StepOperationInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Detailed information of a specific step run.
public class StepOperationInfo
type StepOperationInfo = class
Public Class StepOperationInfo
- Inheritance
-
StepOperationInfo
Constructors
StepOperationInfo() |
Initializes a new instance of the StepOperationInfo class. |
StepOperationInfo(String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, CloudErrorBody) |
Initializes a new instance of the StepOperationInfo class. |
Properties
CorrelationId |
Gets unique identifier to track the request for ARM-based resources. |
DeploymentName |
Gets the name of the ARM deployment initiated as part of the step. |
EndTime |
Gets end time of the action in UTC. |
Error |
Gets or sets the errors, if any, for the action. |
LastUpdatedTime |
Gets last time in UTC this operation was updated. |
StartTime |
Gets start time of the action in UTC. |