StepOperationInfo Constructors
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.
Overloads
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. |
StepOperationInfo()
Initializes a new instance of the StepOperationInfo class.
public StepOperationInfo ();
Public Sub New ()
Applies to
StepOperationInfo(String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, CloudErrorBody)
Initializes a new instance of the StepOperationInfo class.
public StepOperationInfo (string deploymentName = default, string correlationId = default, DateTime? startTime = default, DateTime? endTime = default, DateTime? lastUpdatedTime = default, Microsoft.Azure.Management.DeploymentManager.Models.CloudErrorBody error = default);
new Microsoft.Azure.Management.DeploymentManager.Models.StepOperationInfo : string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.DeploymentManager.Models.CloudErrorBody -> Microsoft.Azure.Management.DeploymentManager.Models.StepOperationInfo
Public Sub New (Optional deploymentName As String = Nothing, Optional correlationId As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional lastUpdatedTime As Nullable(Of DateTime) = Nothing, Optional error As CloudErrorBody = Nothing)
Parameters
- deploymentName
- String
The name of the ARM deployment initiated as part of the step.
- correlationId
- String
Unique identifier to track the request for ARM-based resources.
- error
- CloudErrorBody
The errors, if any, for the action.
Applies to
Azure SDK for .NET