FrontDoorCustomDomainData Class

Definition

A class representing the FrontDoorCustomDomain data model. 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>
public class FrontDoorCustomDomainData : Azure.ResourceManager.Models.ResourceData
type FrontDoorCustomDomainData = class
    inherit ResourceData
    interface IJsonModel<FrontDoorCustomDomainData>
    interface IPersistableModel<FrontDoorCustomDomainData>
type FrontDoorCustomDomainData = class
    inherit ResourceData
Public Class FrontDoorCustomDomainData
Inherits ResourceData
Implements IJsonModel(Of FrontDoorCustomDomainData), IPersistableModel(Of FrontDoorCustomDomainData)
Public Class FrontDoorCustomDomainData
Inherits ResourceData
Inheritance
FrontDoorCustomDomainData
Implements

Constructors

FrontDoorCustomDomainData()

Initializes a new instance of FrontDoorCustomDomainData.

Properties

DeploymentStatus

Gets the deployment status.

DnsZoneId

Gets or sets 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)
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.

Explicit Interface Implementations

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