KeyVaultCertificateSourceParameters Class
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.
Describes the parameters for using a user's KeyVault certificate for securing custom domain.
public class KeyVaultCertificateSourceParameters
type KeyVaultCertificateSourceParameters = class
Public Class KeyVaultCertificateSourceParameters
- Inheritance
-
KeyVaultCertificateSourceParameters
Constructors
KeyVaultCertificateSourceParameters() |
Initializes a new instance of the KeyVaultCertificateSourceParameters class. |
KeyVaultCertificateSourceParameters(String, String, String, String, String) |
Initializes a new instance of the KeyVaultCertificateSourceParameters class. |
Properties
DeleteRule |
Describes the action that shall be taken when the certificate is removed from Key Vault. |
Odatatype | |
ResourceGroupName |
Gets or sets resource group of the user's Key Vault containing the SSL certificate |
SecretName |
Gets or sets the name of Key Vault Secret (representing the full certificate PFX) in Key Vault. |
SecretVersion |
Gets or sets the version(GUID) of Key Vault Secret in Key Vault. |
SubscriptionId |
Gets or sets subscription Id of the user's Key Vault containing the SSL certificate |
UpdateRule |
Describes the action that shall be taken when the certificate is updated in Key Vault. |
VaultName |
Gets or sets the name of the user's Key Vault containing the SSL certificate |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET