RolloutStep Class

Defines a specific step on a target service unit.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
RolloutStep

Constructor

RolloutStep(*, name: str, step_group: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Required. Name of the step.

step_group
str
Required

The step group the current step is part of.

Variables

status
str

Current state of the step.

operation_info
StepOperationInfo

Detailed information of specific action execution.

resource_operations
list[ResourceOperation]

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

messages
list[Message]

Supplementary informative messages during rollout.