FrontDoorEndpointPatch Class

Definition

Properties required to create or update an endpoint.

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

Constructors

Name Description
FrontDoorEndpointPatch()

Initializes a new instance of FrontDoorEndpointPatch.

Properties

Name Description
EnabledState

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'.

EnforceMtls

Set to Disabled by default. If set to Enabled, only custom domains with mTLS enabled can be added to child Route resources.

ProfileName

The name of the profile which holds the endpoint.

Tags

Endpoint tags.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<FrontDoorEndpointPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorEndpointPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorEndpointPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorEndpointPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to