VMDiskSecurityProfile Constructors
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.
Overloads
VMDiskSecurityProfile() |
Initializes a new instance of the VMDiskSecurityProfile class. |
VMDiskSecurityProfile(String) |
Initializes a new instance of the VMDiskSecurityProfile class. |
VMDiskSecurityProfile()
- Source:
- VMDiskSecurityProfile.cs
Initializes a new instance of the VMDiskSecurityProfile class.
public VMDiskSecurityProfile ();
Public Sub New ()
Applies to
VMDiskSecurityProfile(String)
- Source:
- VMDiskSecurityProfile.cs
Initializes a new instance of the VMDiskSecurityProfile class.
public VMDiskSecurityProfile (string securityEncryptionType = default);
new Microsoft.Azure.Batch.Protocol.Models.VMDiskSecurityProfile : string -> Microsoft.Azure.Batch.Protocol.Models.VMDiskSecurityProfile
Public Sub New (Optional securityEncryptionType As String = Nothing)
Parameters
- securityEncryptionType
- String
Specifies the EncryptionType of the managed disk. It is set to VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob. Note: It can be set for only Confidential VMs and is required when using Confidential VMs.