DataLakeStoreAccount.State プロパティ

定義

Data Lake Store アカウントの状態を取得します。 使用可能な値は、'Active'、'Suspended' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象