Share via


RestorePointEncryption Constructors

Definition

Overloads

RestorePointEncryption()

Initializes a new instance of the RestorePointEncryption class.

RestorePointEncryption(DiskEncryptionSetParameters, String)

Initializes a new instance of the RestorePointEncryption class.

RestorePointEncryption()

Initializes a new instance of the RestorePointEncryption class.

public RestorePointEncryption ();
Public Sub New ()

Applies to

RestorePointEncryption(DiskEncryptionSetParameters, String)

Initializes a new instance of the RestorePointEncryption class.

public RestorePointEncryption (Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters diskEncryptionSet = default, string type = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointEncryption : Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters * string -> Microsoft.Azure.Management.Compute.Models.RestorePointEncryption
Public Sub New (Optional diskEncryptionSet As DiskEncryptionSetParameters = Nothing, Optional type As String = Nothing)

Parameters

diskEncryptionSet
DiskEncryptionSetParameters
type
String

Possible values include: 'EncryptionAtRestWithPlatformKey', 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'

Applies to