Compartilhar via


ICustomDnsSuffixConfigurationProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CustomDnsSuffixConfigurationPropertiesTypeConverter))]
public interface ICustomDnsSuffixConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CustomDnsSuffixConfigurationPropertiesTypeConverter))>]
type ICustomDnsSuffixConfigurationProperties = interface
    interface IJsonSerializable
Public Interface ICustomDnsSuffixConfigurationProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
CertificateUrl

The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.

DnsSuffix

The default custom domain suffix to use for all sites deployed on the ASE.

KeyVaultReferenceIdentity

The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.

ProvisioningDetail
ProvisioningState

Methods

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

Applies to