次の方法で共有


StepOperationInfo コンストラクター

定義

オーバーロード

StepOperationInfo()

StepOperationInfo クラスの新しいインスタンスを初期化します。

StepOperationInfo(String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, CloudErrorBody)

StepOperationInfo クラスの新しいインスタンスを初期化します。

StepOperationInfo()

StepOperationInfo クラスの新しいインスタンスを初期化します。

public StepOperationInfo();
Public Sub New ()

適用対象

StepOperationInfo(String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, CloudErrorBody)

StepOperationInfo クラスの新しいインスタンスを初期化します。

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)

パラメーター

deploymentName
String

手順の一部として開始された ARM デプロイの名前。

correlationId
String

ARM ベースのリソースの要求を追跡するための一意識別子。

startTime
Nullable<DateTime>

アクションの開始時刻 (UTC)。

endTime
Nullable<DateTime>

アクションの終了時刻 (UTC)。

lastUpdatedTime
Nullable<DateTime>

この操作は UTC で最後に更新されました。

error
CloudErrorBody

アクションのエラー (存在する場合)。

適用対象