Share via


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. Serialized Name: AFDDomain

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

Serialized Name: AFDDomain.properties.deploymentStatus.

DnsZoneId

Gets or sets Id.

DomainValidationState

Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation. Serialized Name: AFDDomain.properties.domainValidationState

ExtendedProperties

Key-Value pair representing migration properties for domains. Serialized Name: AFDDomain.properties.extendedProperties

HostName

The host name of the ___domain. Must be a ___domain name. Serialized Name: AFDDomain.properties.hostName

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

Gets or sets Id.

ProfileName

The name of the profile which holds the ___domain. Serialized Name: AFDDomain.properties.profileName

ProvisioningState

Provisioning status Serialized Name: AFDDomain.properties.provisioningState

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. Serialized Name: AFDDomain.properties.tlsSettings

ValidationProperties

Values the customer needs to validate ___domain ownership Serialized Name: AFDDomain.properties.validationProperties

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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