ICustomDnsSuffixConfiguration Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CustomDnsSuffixConfigurationTypeConverter))]
public interface ICustomDnsSuffixConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CustomDnsSuffixConfigurationTypeConverter))>]
type ICustomDnsSuffixConfiguration = interface
interface IJsonSerializable
interface IProxyOnlyResource
Public Interface ICustomDnsSuffixConfiguration
Implements IProxyOnlyResource
- Derived
- Attributes
- Implements
Properties
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. |
Id |
Resource Id. (Inherited from IProxyOnlyResource) |
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. |
Kind |
Kind of resource. (Inherited from IProxyOnlyResource) |
Name |
Resource Name. (Inherited from IProxyOnlyResource) |
ProvisioningDetail | |
ProvisioningState | |
Type |
Resource type. (Inherited from IProxyOnlyResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |