Share via


UpdateRunGateStatus Class

Definition

The status of the Gate, as represented in the Update Run.

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

Properties

DisplayName

The human-readable display name of the Gate.

GateId

The resource id of the Gate.

Status

The status of the Gate.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UpdateRunGateStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateRunGateStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateRunGateStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateRunGateStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateRunGateStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to