Condividi tramite


RolloutOperationInfo Class

Definition

Detailed runtime information of the rollout.

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

Constructors

RolloutOperationInfo()

Initializes a new instance of the RolloutOperationInfo class.

RolloutOperationInfo(Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, CloudErrorBody)

Initializes a new instance of the RolloutOperationInfo class.

Properties

EndTime

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

Error

Gets the detailed error information for any failure.

RetryAttempt

Gets 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

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

StartTime

Gets the start time of the rollout in UTC.

Applies to