DataLakeStoreAccount.EncryptionState プロパティ

定義

この Data Lake Store アカウントの暗号化の現在の状態を取得します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象