Definition
Assembly: CloudNimble.Breakdance.DotHttp.dll Namespace: CloudNimble.Breakdance.DotHttp.Models Inheritance: System.ObjectSyntax
Summary
Represents a value in the environment configuration.Remarks
Can be a simple string or a provider-based secret reference (AspnetUserSecrets, AzureKeyVault, etc.).Examples
Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
objectSyntax
Properties
IsSecret
Gets a value indicating whether this is a provider-based secret.Syntax
Property Value
Type:bool
Remarks
Returns true when EnvironmentValue.Provider is not null or empty.Provider
Gets or sets the provider type for secret resolution.Syntax
Property Value
Type:string
Remarks
Supported providers include “AspnetUserSecrets”, “AzureKeyVault”, and “Encrypted”.ResourceId
Gets or sets the Azure resource ID for the AzureKeyVault provider.Syntax
Property Value
Type:string
SecretName
Gets or sets the secret name for provider-based values.Syntax
Property Value
Type:string
Value
Gets or sets the simple string value when not using a provider.Syntax
Property Value
Type:string
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
FromString
Creates an EnvironmentValue from a simple string.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
value | string | The string value. |
Returns
Type:CloudNimble.Breakdance.DotHttp.Models.EnvironmentValue
A new EnvironmentValue with the specified value.
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?