Share via


VolumeContainer.EncryptionStatus Property

Definition

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

Applies to