Condividi tramite


RolloutStep Class

Definition

Defines a specific step on a target service unit.

public class RolloutStep
type RolloutStep = class
Public Class RolloutStep
Inheritance
RolloutStep

Constructors

RolloutStep()

Initializes a new instance of the RolloutStep class.

RolloutStep(String, String, String, StepOperationInfo, IList<ResourceOperation>, IList<Message>)

Initializes a new instance of the RolloutStep class.

Properties

Messages

Gets supplementary informative messages during rollout.

Name

Gets or sets name of the step.

OperationInfo

Gets detailed information of specific action execution.

ResourceOperations

Gets set of resource operations that were performed, if any, on an Azure resource.

Status

Gets current state of the step.

StepGroup

Gets or sets the step group the current step is part of.

Methods

Validate()

Validate the object.

Applies to