次の方法で共有


VirtualMachineDiskSecurityProfile.SecurityEncryptionType プロパティ

定義

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

public Azure.ResourceManager.Compute.Models.SecurityEncryptionType? SecurityEncryptionType { get; set; }
member this.SecurityEncryptionType : Nullable<Azure.ResourceManager.Compute.Models.SecurityEncryptionType> with get, set
Public Property SecurityEncryptionType As Nullable(Of SecurityEncryptionType)

プロパティ値

適用対象