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.ServiceBus.Models.UserAssignedIdentityProperties identity = default);
new Microsoft.Azure.Management.ServiceBus.Models.KeyVaultProperties : string * string * string * Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentityProperties -> Microsoft.Azure.Management.ServiceBus.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
Version of KeyVault
- identity
- UserAssignedIdentityProperties
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET