DataLakeStoreAccount.EncryptionState Property

Definition

Gets the current state of encryption for this Data Lake Store account. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to