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

Constructors

FrontDoorEndpointPatch()

Initializes a new instance of FrontDoorEndpointPatch.

Properties

EnabledState

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

ProfileName

The name of the profile which holds the endpoint.

Tags

Endpoint tags.

Explicit Interface Implementations

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