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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET