KeyVaultCertificateSource Constructor
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.
Initializes a new instance of KeyVaultCertificateSource.
public KeyVaultCertificateSource(string subscriptionId, string resourceGroupName, string vaultName, string secretName, Azure.ResourceManager.Cdn.Models.CertificateUpdateAction updateRule, Azure.ResourceManager.Cdn.Models.CertificateDeleteAction deleteRule);
new Azure.ResourceManager.Cdn.Models.KeyVaultCertificateSource : string * string * string * string * Azure.ResourceManager.Cdn.Models.CertificateUpdateAction * Azure.ResourceManager.Cdn.Models.CertificateDeleteAction -> Azure.ResourceManager.Cdn.Models.KeyVaultCertificateSource
Public Sub New (subscriptionId As String, resourceGroupName As String, vaultName As String, secretName As String, updateRule As CertificateUpdateAction, deleteRule As CertificateDeleteAction)
Parameters
- subscriptionId
- String
Subscription Id of the user's Key Vault containing the SSL certificate Serialized Name: KeyVaultCertificateSourceParameters.subscriptionId
- resourceGroupName
- String
Resource group of the user's Key Vault containing the SSL certificate Serialized Name: KeyVaultCertificateSourceParameters.resourceGroupName
- vaultName
- String
The name of the user's Key Vault containing the SSL certificate Serialized Name: KeyVaultCertificateSourceParameters.vaultName
- secretName
- String
The name of Key Vault Secret (representing the full certificate PFX) in Key Vault. Serialized Name: KeyVaultCertificateSourceParameters.secretName
- updateRule
- CertificateUpdateAction
Describes the action that shall be taken when the certificate is updated in Key Vault. Serialized Name: KeyVaultCertificateSourceParameters.updateRule
- deleteRule
- CertificateDeleteAction
Describes the action that shall be taken when the certificate is removed from Key Vault. Serialized Name: KeyVaultCertificateSourceParameters.deleteRule
Exceptions
subscriptionId
, resourceGroupName
, vaultName
or secretName
is null.