次の方法で共有


AzureStorageInfoValue.State プロパティ

定義

ストレージ アカウントの状態を取得します。 指定できる値は、'Ok'、'InvalidCredentials'、'InvalidShare'、'NotValidated' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象