RolloutStepResponse

data class RolloutStepResponse(val messages: List<MessageResponse>, val name: String, val operationInfo: StepOperationInfoResponse, val resourceOperations: List<ResourceOperationResponse>, val status: String, val stepGroup: String? = null)

Defines a specific step on a target service unit.

Constructors

Link copied to clipboard
constructor(messages: List<MessageResponse>, name: String, operationInfo: StepOperationInfoResponse, resourceOperations: List<ResourceOperationResponse>, status: String, stepGroup: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Supplementary informative messages during rollout.

Link copied to clipboard

Name of the step.

Link copied to clipboard

Detailed information of specific action execution.

Link copied to clipboard

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

Link copied to clipboard

Current state of the step.

Link copied to clipboard
val stepGroup: String? = null

The step group the current step is part of.