Condividi tramite


FrontDoorExperimentPatch Class

Definition

Defines modifiable attributes of an Experiment.

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

Constructors

FrontDoorExperimentPatch()

Initializes a new instance of FrontDoorExperimentPatch.

Properties

Description

The description of the intent or details of the Experiment.

EnabledState

The state of the Experiment.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FrontDoorExperimentPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorExperimentPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorExperimentPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorExperimentPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorExperimentPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to