KeyVaultCertificateSource 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 KeyVaultCertificateSource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.KeyVaultCertificateSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.KeyVaultCertificateSource>
public class KeyVaultCertificateSource
type KeyVaultCertificateSource = class
interface IJsonModel<KeyVaultCertificateSource>
interface IPersistableModel<KeyVaultCertificateSource>
type KeyVaultCertificateSource = class
Public Class KeyVaultCertificateSource
Implements IJsonModel(Of KeyVaultCertificateSource), IPersistableModel(Of KeyVaultCertificateSource)
Public Class KeyVaultCertificateSource
- Inheritance
-
KeyVaultCertificateSource
- Implements
Constructors
KeyVaultCertificateSource(KeyVaultCertificateSourceType, String, String, String, String, CertificateUpdateAction, CertificateDeleteAction) |
Initializes a new instance of KeyVaultCertificateSource. |
Properties
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. |
SourceType |
Gets or sets the source type. |
SubscriptionId |
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 |
The name of the user's Key Vault containing the SSL certificate. |
Explicit Interface Implementations
IJsonModel<KeyVaultCertificateSource>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<KeyVaultCertificateSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<KeyVaultCertificateSource>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<KeyVaultCertificateSource>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<KeyVaultCertificateSource>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET