ContainerServiceFleetUpdateStageStatus Class

Definition

The status of a UpdateStage.

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

Properties

AfterStageWaitStatus

The status of the wait period configured on the UpdateStage.

Groups

The list of groups to be updated as part of this UpdateStage.

Name

The name of the UpdateStage.

Status

The status of the UpdateStage.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerServiceFleetUpdateStageStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceFleetUpdateStageStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceFleetUpdateStageStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceFleetUpdateStageStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceFleetUpdateStageStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to