다음을 통해 공유


VMDiskSecurityProfile.SecurityEncryptionType Property

Definition

Gets or sets specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to