KeyVaultContractCreateProperties 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
KeyVaultContractCreateProperties() |
Initializes a new instance of the KeyVaultContractCreateProperties class. |
KeyVaultContractCreateProperties(String, String) |
Initializes a new instance of the KeyVaultContractCreateProperties class. |
KeyVaultContractCreateProperties()
Initializes a new instance of the KeyVaultContractCreateProperties class.
public KeyVaultContractCreateProperties ();
Public Sub New ()
Applies to
KeyVaultContractCreateProperties(String, String)
Initializes a new instance of the KeyVaultContractCreateProperties class.
public KeyVaultContractCreateProperties (string secretIdentifier = default, string identityClientId = default);
new Microsoft.Azure.Management.ApiManagement.Models.KeyVaultContractCreateProperties : string * string -> Microsoft.Azure.Management.ApiManagement.Models.KeyVaultContractCreateProperties
Public Sub New (Optional secretIdentifier As String = Nothing, Optional identityClientId As String = Nothing)
Parameters
- secretIdentifier
- String
Key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi
- identityClientId
- String
SystemAssignedIdentity or UserAssignedIdentity Client Id which will be used to access key vault secret.