ChaosExperimentPatch Class

Definition

Describes an experiment update.

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

Constructors

ChaosExperimentPatch()

Initializes a new instance of ChaosExperimentPatch.

Properties

Identity

The identity of the experiment resource. Current supported identity types: None, SystemAssigned, UserAssigned.

Tags

The tags of the experiment resource.

Explicit Interface Implementations

IJsonModel<ChaosExperimentPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ChaosExperimentPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ChaosExperimentPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ChaosExperimentPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ChaosExperimentPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to