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) |
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 keyName = default, string keyVersion = default, string keyVaultUri = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.KeyVaultProperties : string * string * string -> Microsoft.Azure.Management.Storage.Fluent.Models.KeyVaultProperties
Public Sub New (Optional keyName As String = Nothing, Optional keyVersion As String = Nothing, Optional keyVaultUri As String = Nothing)
Parameters
- keyName
- String
The name of KeyVault key.
- keyVersion
- String
The version of KeyVault key.
- keyVaultUri
- String
The Uri of KeyVault.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.