RolloutOperationInfo interface
Detailed runtime information of the rollout.
Properties
end |
The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet. NOTE: This property will not be serialized. It can only be populated by the server. |
error | The detailed error information for any failure. NOTE: This property will not be serialized. It can only be populated by the server. |
retry |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
skip |
True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The start time of the rollout in UTC. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endTime
The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
error
The detailed error information for any failure. NOTE: This property will not be serialized. It can only be populated by the server.
error?: CloudErrorBody
Property Value
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. NOTE: This property will not be serialized. It can only be populated by the server.
retryAttempt?: number
Property Value
number
skipSucceededOnRetry
True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise. NOTE: This property will not be serialized. It can only be populated by the server.
skipSucceededOnRetry?: boolean
Property Value
boolean
startTime
The start time of the rollout in UTC. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
Azure SDK for JavaScript