DataLakeStoreAccount.EncryptionProvisioningState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current state of encryption provisioning for this Data Lake Store account. Possible values include: 'Creating', 'Succeeded'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionProvisioningState")]
public Microsoft.Azure.Management.DataLake.Store.Models.EncryptionProvisioningState? EncryptionProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionProvisioningState")>]
member this.EncryptionProvisioningState : Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionProvisioningState>
Public ReadOnly Property EncryptionProvisioningState As Nullable(Of EncryptionProvisioningState)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute