DiskSecurityProfile 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
DiskSecurityProfile() |
Initializes a new instance of the DiskSecurityProfile class. |
DiskSecurityProfile(String, String) |
Initializes a new instance of the DiskSecurityProfile class. |
DiskSecurityProfile()
Initializes a new instance of the DiskSecurityProfile class.
public DiskSecurityProfile ();
Public Sub New ()
Applies to
DiskSecurityProfile(String, String)
Initializes a new instance of the DiskSecurityProfile class.
public DiskSecurityProfile (string securityType = default, string secureVMDiskEncryptionSetId = default);
new Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile : string * string -> Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile
Public Sub New (Optional securityType As String = Nothing, Optional secureVMDiskEncryptionSetId As String = Nothing)
Parameters
- securityType
- String
Possible values include: 'TrustedLaunch', 'ConfidentialVM_VMGuestStateOnlyEncryptedWithPlatformKey', 'ConfidentialVM_DiskEncryptedWithPlatformKey', 'ConfidentialVM_DiskEncryptedWithCustomerKey'
- secureVMDiskEncryptionSetId
- String
ResourceId of the disk encryption set associated to Confidential VM supported disk encrypted with customer managed key
Applies to
Azure SDK for .NET