KeyVaultCertificateSourceParameters 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
KeyVaultCertificateSourceParameters() |
Initializes a new instance of the KeyVaultCertificateSourceParameters class. |
KeyVaultCertificateSourceParameters(String, String, String, String, String) |
Initializes a new instance of the KeyVaultCertificateSourceParameters class. |
KeyVaultCertificateSourceParameters()
Initializes a new instance of the KeyVaultCertificateSourceParameters class.
public KeyVaultCertificateSourceParameters ();
Public Sub New ()
Applies to
KeyVaultCertificateSourceParameters(String, String, String, String, String)
Initializes a new instance of the KeyVaultCertificateSourceParameters class.
public KeyVaultCertificateSourceParameters (string subscriptionId, string resourceGroupName, string vaultName, string secretName, string secretVersion = default);
new Microsoft.Azure.Management.Cdn.Models.KeyVaultCertificateSourceParameters : string * string * string * string * string -> Microsoft.Azure.Management.Cdn.Models.KeyVaultCertificateSourceParameters
Public Sub New (subscriptionId As String, resourceGroupName As String, vaultName As String, secretName As String, Optional secretVersion As String = Nothing)
Parameters
- subscriptionId
- String
Subscription Id of the user's Key Vault containing the SSL certificate
- resourceGroupName
- String
Resource group of the user's Key Vault containing the SSL certificate
- vaultName
- String
The name of the user's Key Vault containing the SSL certificate
- secretName
- String
The name of Key Vault Secret (representing the full certificate PFX) in Key Vault.
- secretVersion
- String
The version(GUID) of Key Vault Secret in Key Vault.
Applies to
Azure SDK for .NET