KeyVaultProperties Constructors

Definition

Overloads

KeyVaultProperties()

Initializes a new instance of the KeyVaultProperties class.

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

Initializes a new instance of the KeyVaultProperties class.

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

Parameters

keyName
String

The name of the key vault key.

keyVersion
String

The version of the key vault key.

keyVaultUri
String

The Uri of the key vault.

userIdentity
String

The user assigned identity (ARM resource id) that has access to the key.

Applies to