OSDiskImageSecurityProfile Constructors

Definition

Overloads

OSDiskImageSecurityProfile()

Initializes a new instance of the OSDiskImageSecurityProfile class.

OSDiskImageSecurityProfile(String, String)

Initializes a new instance of the OSDiskImageSecurityProfile class.

OSDiskImageSecurityProfile()

Initializes a new instance of the OSDiskImageSecurityProfile class.

public OSDiskImageSecurityProfile ();
Public Sub New ()

Applies to

OSDiskImageSecurityProfile(String, String)

Initializes a new instance of the OSDiskImageSecurityProfile class.

public OSDiskImageSecurityProfile (string confidentialVMEncryptionType = default, string secureVMDiskEncryptionSetId = default);
new Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile : string * string -> Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile
Public Sub New (Optional confidentialVMEncryptionType As String = Nothing, Optional secureVMDiskEncryptionSetId As String = Nothing)

Parameters

confidentialVMEncryptionType
String

confidential VM encryption types. Possible values include: 'EncryptedVMGuestStateOnlyWithPmk', 'EncryptedWithPmk', 'EncryptedWithCmk'

secureVMDiskEncryptionSetId
String

secure VM disk encryption set id

Applies to