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, UserAssignedIdentityProperties) |
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, UserAssignedIdentityProperties)
Initializes a new instance of the KeyVaultProperties class.
public KeyVaultProperties(string keyName = default, string keyVaultUri = default, string keyVersion = default, Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties identity = default);
new Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties : string * string * string * Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties -> Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties
Public Sub New (Optional keyName As String = Nothing, Optional keyVaultUri As String = Nothing, Optional keyVersion As String = Nothing, Optional identity As UserAssignedIdentityProperties = Nothing)
Parameters
- keyName
- String
Name of the Key from KeyVault
- keyVaultUri
- String
Uri of KeyVault
- keyVersion
- String
Key Version
- identity
- UserAssignedIdentityProperties
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET