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() | |
KeyVaultProperties(String, String, String) |
KeyVaultProperties()
public KeyVaultProperties ();
Public Sub New ()
Applies to
KeyVaultProperties(String, String, String)
public KeyVaultProperties (string keyName = default, string keyVersion = default, string keyVaultUri = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.KeyVaultProperties : string * string * string -> Microsoft.Azure.Management.Storage.Version2017_10_01.Models.KeyVaultProperties
Public Sub New (Optional keyName As String = Nothing, Optional keyVersion As String = Nothing, Optional keyVaultUri As String = Nothing)
Parameters
- keyName
- String
- keyVersion
- String
- keyVaultUri
- String