Share via


CmkKeyVaultProperties Constructors

Definition

Overloads

CmkKeyVaultProperties()

Initializes a new instance of the CmkKeyVaultProperties class.

CmkKeyVaultProperties(String)

Initializes a new instance of the CmkKeyVaultProperties class.

CmkKeyVaultProperties()

Initializes a new instance of the CmkKeyVaultProperties class.

public CmkKeyVaultProperties ();
Public Sub New ()

Applies to

CmkKeyVaultProperties(String)

Initializes a new instance of the CmkKeyVaultProperties class.

public CmkKeyVaultProperties (string keyUri = default);
new Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties : string -> Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties
Public Sub New (Optional keyUri As String = Nothing)

Parameters

keyUri
String

The key uri of the Customer Managed Key

Applies to