RolloutOperationInfo Class

Definition

Detailed runtime information of the rollout.

public class RolloutOperationInfo
type RolloutOperationInfo = class
Public Class RolloutOperationInfo
Inheritance
RolloutOperationInfo

Properties

EndOn

The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.

Error

The detailed error information for any failure.

RetryAttempt

The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.

SkipSucceededOnRetry

True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.

StartOn

The start time of the rollout in UTC.

Applies to