CustomerCertificateProperties(WritableSubResource) 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 CustomerCertificateProperties.
public CustomerCertificateProperties (Azure.ResourceManager.Resources.Models.WritableSubResource secretSource);
new Azure.ResourceManager.Cdn.Models.CustomerCertificateProperties : Azure.ResourceManager.Resources.Models.WritableSubResource -> Azure.ResourceManager.Cdn.Models.CustomerCertificateProperties
Public Sub New (secretSource As WritableSubResource)
Parameters
- secretSource
- WritableSubResource
Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{certificateName}.
Exceptions
secretSource
is null.
Applies to
Azure SDK for .NET