KeyVaultProperties Constructors

Definition

Overloads

KeyVaultProperties()

Initializes a new instance of the KeyVaultProperties class.

KeyVaultProperties(String, String, String, Nullable<Int32>)

Initializes a new instance of the KeyVaultProperties class.

KeyVaultProperties()

Initializes a new instance of the KeyVaultProperties class.

C#
public KeyVaultProperties();

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy

KeyVaultProperties(String, String, String, Nullable<Int32>)

Initializes a new instance of the KeyVaultProperties class.

C#
public KeyVaultProperties(string keyVaultUri = default, string keyName = default, string keyVersion = default, int? keyRsaSize = default);

Parameters

keyVaultUri
String

The Key Vault uri which holds they key associated with the Log Analytics cluster.

keyName
String

The name of the key associated with the Log Analytics cluster.

keyVersion
String

The version of the key associated with the Log Analytics cluster.

keyRsaSize
Nullable<Int32>

Selected key minimum required size.

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy