Compartir a través de


CreateDataLakeStoreAccountParameters.EncryptionState Propiedad

Definición

Obtiene o establece el estado actual del cifrado de esta cuenta de Data Lake Store. Entre los valores posibles se incluyen: "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")>]
member this.EncryptionState : Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState> with get, set
Public Property EncryptionState As Nullable(Of EncryptionState)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a