VMDiskSecurityProfile.SecurityEncryptionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET