Share via


UpdateRunGateTargetProperties Class

Definition

The properties of the Update Run that the Gate is targeting.

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

Constructors

UpdateRunGateTargetProperties(String, ContainerServiceFleetGateTiming)

Initializes a new instance of UpdateRunGateTargetProperties.

Properties

Group

The Update Group of the Update Run.

Name

The name of the Update Run.

Stage

The Update Stage of the Update Run.

Timing

Whether the Gate is placed before or after the update itself.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UpdateRunGateTargetProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateRunGateTargetProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateRunGateTargetProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateRunGateTargetProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateRunGateTargetProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to