ContainerServiceFleetUpdateStage Class

Definition

Defines a stage which contains the groups to update and the steps to take (e.g., wait for a time period) before starting the next stage.

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

Constructors

ContainerServiceFleetUpdateStage(String)

Initializes a new instance of ContainerServiceFleetUpdateStage.

Properties

AfterStageWaitInSeconds

The time in seconds to wait at the end of this stage before starting the next one. Defaults to 0 seconds if unspecified.

Groups

Defines the groups to be executed in parallel in this stage. Duplicate groups are not allowed. Min size: 1.

Name

The name of the stage. Must be unique within the UpdateRun.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerServiceFleetUpdateStage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceFleetUpdateStage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceFleetUpdateStage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceFleetUpdateStage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceFleetUpdateStage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to