VolumeContainer.EncryptionStatus 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 flag to denote whether encryption is enabled or not. Possible values include: 'Enabled', 'Disabled'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionStatus")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionStatus? EncryptionStatus { get; protected set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionStatus")>]
member this.EncryptionStatus : Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionStatus> with get, set
Public Property EncryptionStatus As Nullable(Of EncryptionStatus)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute