Sdílet prostřednictvím


KeyVaultProperties Constructors

Definition

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);
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)

Parameters

keyVaultUri
String

The Uri of KeyVault.

keyName
String

The name of KeyVault key.

keyVaultResourceId
String

The resource ID of KeyVault.

keyVaultId
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'

Applies to