KeyVaultProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.