FrontDoorCustomDomainData Class

Definition

Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com.

public class FrontDoorCustomDomainData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.FrontDoorCustomDomainData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.FrontDoorCustomDomainData>
type FrontDoorCustomDomainData = class
    inherit ResourceData
    interface IJsonModel<FrontDoorCustomDomainData>
    interface IPersistableModel<FrontDoorCustomDomainData>
Public Class FrontDoorCustomDomainData
Inherits ResourceData
Implements IJsonModel(Of FrontDoorCustomDomainData), IPersistableModel(Of FrontDoorCustomDomainData)
Inheritance
FrontDoorCustomDomainData
Implements

Constructors

Name Description
FrontDoorCustomDomainData()

Initializes a new instance of FrontDoorCustomDomainData.

Properties

Name Description
DeploymentStatus

Gets the DeploymentStatus.

DnsZoneId

Resource ID.

DomainValidationState

Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.

ExtendedProperties

Key-Value pair representing migration properties for domains.

HostName

The host name of the domain. Must be a domain name.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
MtlsSettings

The configuration specifying how to enable mutual TLS for the domain, including specifying allowed FQDNs and which server certificate(s) to use.

Name

The name of the resource.

(Inherited from ResourceData)
PreValidatedCustomDomainResourceId

Resource ID.

ProfileName

The name of the profile which holds the domain.

ProvisioningState

Provisioning status.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TlsSettings

The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.

ValidationProperties

Values the customer needs to validate domain ownership.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FrontDoorCustomDomainData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FrontDoorCustomDomainData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorCustomDomainData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorCustomDomainData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FrontDoorCustomDomainData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to