CmkKeyVaultProperties 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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET