KeyVaultProperties 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
KeyVaultProperties() |
Initializes a new instance of the KeyVaultProperties class. |
KeyVaultProperties(String, String, String, String, String) |
Initializes a new instance of the KeyVaultProperties class. |
KeyVaultProperties()
Initializes a new instance of the KeyVaultProperties class.
public KeyVaultProperties ();
Public Sub New ()
Applies to
KeyVaultProperties(String, String, String, String, String)
Initializes a new instance of the KeyVaultProperties class.
public KeyVaultProperties (string keyVaultUri, string keyName, string keyVaultResourceId, string keyVaultId = default, string status = default);
public KeyVaultProperties (string keyVaultUri, string keyName, string keyVaultId = default, string keyVaultResourceId = default, string status = default);
new Microsoft.Azure.Management.NetApp.Models.KeyVaultProperties : string * string * string * string * string -> Microsoft.Azure.Management.NetApp.Models.KeyVaultProperties
new Microsoft.Azure.Management.NetApp.Models.KeyVaultProperties : string * string * string * string * string -> Microsoft.Azure.Management.NetApp.Models.KeyVaultProperties
Public Sub New (keyVaultUri As String, keyName As String, keyVaultResourceId As String, Optional keyVaultId As String = Nothing, Optional status As String = Nothing)
Public Sub New (keyVaultUri As String, keyName As String, Optional keyVaultId As String = Nothing, Optional keyVaultResourceId As String = Nothing, Optional status As String = Nothing)
Parameters
- keyVaultUri
- String
The Uri of KeyVault.
- keyName
- String
The name of KeyVault key.
- keyVaultResourceIdkeyVaultId
- String
The resource ID of KeyVault.
- keyVaultIdkeyVaultResourceId
- String
UUID v4 used to identify the Azure Key Vault configuration
- status
- String
Status of the KeyVault connection. Possible values include: 'Created', 'InUse', 'Deleted', 'Error', 'Updating'