AzureStorageInfoValue.State Property

Definition

Gets state of the storage account. Possible values include: 'Ok', 'InvalidCredentials', 'InvalidShare'

[Newtonsoft.Json.JsonProperty(PropertyName="state")]
public Microsoft.Azure.Management.AppService.Fluent.Models.AzureStorageState? State { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="state")>]
member this.State : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.AzureStorageState>
Public ReadOnly Property State As Nullable(Of AzureStorageState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to