Share via


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.

public KeyVaultProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the KeyVaultProperties class.

public KeyVaultProperties (string keyVaultUri = default, string keyName = default, string keyVersion = default, int? keyRsaSize = default);
new Microsoft.Azure.Management.OperationalInsights.Models.KeyVaultProperties : string * string * string * Nullable<int> -> Microsoft.Azure.Management.OperationalInsights.Models.KeyVaultProperties
Public Sub New (Optional keyVaultUri As String = Nothing, Optional keyName As String = Nothing, Optional keyVersion As String = Nothing, Optional keyRsaSize As Nullable(Of Integer) = Nothing)

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