StepOperationInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 ベースのリソースの要求を追跡するための一意識別子。
- error
- CloudErrorBody
アクションのエラー (存在する場合)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET