次の方法で共有


VMDiskSecurityProfile.SecurityEncryptionType プロパティ

定義

マネージド ディスクの EncryptionType を取得または設定します。 VMGuestState BLOB と共にマネージド ディスクを暗号化する場合は DiskWithVMGuestState に、VMGuestState BLOB のみの暗号化では VMGuestStateOnly に設定されます。 メモ: これは、機密 VM にのみ設定できます。 使用できる値は、'VMGuestStateOnly'、'DiskWithVMGuestState' です。

[Newtonsoft.Json.JsonProperty(PropertyName="securityEncryptionType")]
public string SecurityEncryptionType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="securityEncryptionType")>]
member this.SecurityEncryptionType : string with get, set
Public Property SecurityEncryptionType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象