次の方法で共有


AzureStorageInfoValue.State プロパティ

定義

ストレージ アカウントの状態を取得します。 使用可能な値には、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象