KeyVaultReferenceResourceInner.Status Property

Definition

Gets or sets possible values include: 'Initialized', 'Resolved', 'InvalidSyntax', 'MSINotEnabled', 'VaultNotFound', 'SecretNotFound', 'SecretVersionNotFound', 'AccessToKeyVaultDenied', 'OtherReasons'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public Microsoft.Azure.Management.AppService.Fluent.Models.ResolveStatus? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ResolveStatus> with get, set
Public Property Status As Nullable(Of ResolveStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to