RestorePointEncryption 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
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
Azure SDK for .NET