次の方法で共有


VolumeContainer.EncryptionStatus プロパティ

定義

暗号化が有効かどうかを示すフラグを取得します。 使用可能な値は次のとおりです: '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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象