Share via


FrontDoorNetworkExperimentProfilePatch Class

Definition

Defines modifiable attributes of a Profile.

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

Constructors

FrontDoorNetworkExperimentProfilePatch()

Initializes a new instance of FrontDoorNetworkExperimentProfilePatch.

Properties

EnabledState

The enabled state of the Profile.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<FrontDoorNetworkExperimentProfilePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorNetworkExperimentProfilePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorNetworkExperimentProfilePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorNetworkExperimentProfilePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorNetworkExperimentProfilePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to