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>
public class FrontDoorCustomDomainPatch
type FrontDoorCustomDomainPatch = class
    interface IJsonModel<FrontDoorCustomDomainPatch>
    interface IPersistableModel<FrontDoorCustomDomainPatch>
type FrontDoorCustomDomainPatch = class
Public Class FrontDoorCustomDomainPatch
Implements IJsonModel(Of FrontDoorCustomDomainPatch), IPersistableModel(Of FrontDoorCustomDomainPatch)
Public Class FrontDoorCustomDomainPatch
Inheritance
FrontDoorCustomDomainPatch
Implements

Constructors

FrontDoorCustomDomainPatch()

Initializes a new instance of FrontDoorCustomDomainPatch.

Properties

DnsZoneId

Gets or sets Id.

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.

Explicit Interface Implementations

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