Freigeben über


IKeyVaultCertificateSourceParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.KeyVaultCertificateSourceParametersTypeConverter))]
public interface IKeyVaultCertificateSourceParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICertificateSourceParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.KeyVaultCertificateSourceParametersTypeConverter))>]
type IKeyVaultCertificateSourceParameters = interface
    interface IJsonSerializable
    interface ICertificateSourceParameters
Public Interface IKeyVaultCertificateSourceParameters
Implements ICertificateSourceParameters
Derived
Attributes
Implements

Properties

Name Description
DeleteRule

Describes the action that shall be taken when the certificate is removed from Key Vault.

ResourceGroupName

Resource group of the user's Key Vault containing the SSL certificate

SecretName

The name of Key Vault Secret (representing the full certificate PFX) in Key Vault.

SecretVersion

The version(GUID) of Key Vault Secret in Key Vault.

SubscriptionId

Subscription Id of the user's Key Vault containing the SSL certificate

TypeName (Inherited from ICertificateSourceParameters)
UpdateRule

Describes the action that shall be taken when the certificate is updated in Key Vault.

VaultName

The name of the user's Key Vault containing the SSL certificate

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to