FrontDoorCustomDomainPatch Class

Definition

The domain JSON object required for domain creation or update.

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

Constructors

Name Description
FrontDoorCustomDomainPatch()

Initializes a new instance of FrontDoorCustomDomainPatch.

Properties

Name Description
DnsZoneId

Resource ID.

MtlsSettings

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

PreValidatedCustomDomainResourceId

Resource ID.

ProfileName

The name of the profile which holds the domain.

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.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<FrontDoorCustomDomainPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorCustomDomainPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorCustomDomainPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorCustomDomainPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to