Share via


KeyVaultProperties Constructors

Definition

Overloads

KeyVaultProperties()

Initializes a new instance of the KeyVaultProperties class.

KeyVaultProperties(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)

Initializes a new instance of the KeyVaultProperties class.

public KeyVaultProperties (string keyvaultUri = default, string keyName = default, string keyVersion = default);
new Microsoft.Azure.Management.Automation.Models.KeyVaultProperties : string * string * string -> Microsoft.Azure.Management.Automation.Models.KeyVaultProperties
Public Sub New (Optional keyvaultUri As String = Nothing, Optional keyName As String = Nothing, Optional keyVersion As String = Nothing)

Parameters

keyvaultUri
String

The URI of the key vault key used to encrypt data.

keyName
String

The name of key used to encrypt data.

keyVersion
String

The key version of the key used to encrypt data.

Applies to