ArmDeploymentManagerModelFactory.StepOperationInfo Method

Definition

Initializes a new instance of StepOperationInfo.

public static Azure.ResourceManager.DeploymentManager.Models.StepOperationInfo StepOperationInfo (string deploymentName = default, string correlationId = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, DateTimeOffset? lastUpdatedOn = default, Azure.ResponseError error = default);
static member StepOperationInfo : string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResponseError -> Azure.ResourceManager.DeploymentManager.Models.StepOperationInfo
Public Shared Function StepOperationInfo (Optional deploymentName As String = Nothing, Optional correlationId As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional error As ResponseError = Nothing) As StepOperationInfo

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.

startOn
Nullable<DateTimeOffset>

Start time of the action in UTC.

endOn
Nullable<DateTimeOffset>

End time of the action in UTC.

lastUpdatedOn
Nullable<DateTimeOffset>

Last time in UTC this operation was updated.

error
ResponseError

The errors, if any, for the action.

Returns

A new StepOperationInfo instance for mocking.

Applies to