FrontDoorCustomDomainPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ___domain JSON object required for ___domain creation or update. Serialized Name: AFDDomainUpdateParameters
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 |
Gets or sets Id. |
ProfileName |
The name of the profile which holds the ___domain. Serialized Name: AFDDomainUpdateParameters.properties.profileName |
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: AFDDomainUpdateParameters.properties.tlsSettings |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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. |