Freigeben über


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
type ContainerServiceFleetUpdateStage = class
Public Class ContainerServiceFleetUpdateStage
Inheritance
ContainerServiceFleetUpdateStage

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.

Applies to