AssignmentDeploymentJob 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AssignmentDeploymentJob() |
初始化 AssignmentDeploymentJob 類別的新實例。 |
AssignmentDeploymentJob(String, String, String, String, AssignmentDeploymentJobResult, IList<AssignmentDeploymentJobResult>, String) |
初始化 AssignmentDeploymentJob 類別的新實例。 |
AssignmentDeploymentJob()
初始化 AssignmentDeploymentJob 類別的新實例。
public AssignmentDeploymentJob ();
Public Sub New ()
適用於
AssignmentDeploymentJob(String, String, String, String, AssignmentDeploymentJobResult, IList<AssignmentDeploymentJobResult>, String)
初始化 AssignmentDeploymentJob 類別的新實例。
public AssignmentDeploymentJob (string kind = default, string action = default, string jobId = default, string jobState = default, Microsoft.Azure.Management.Blueprint.Models.AssignmentDeploymentJobResult result = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Blueprint.Models.AssignmentDeploymentJobResult> history = default, string requestUri = default);
new Microsoft.Azure.Management.Blueprint.Models.AssignmentDeploymentJob : string * string * string * string * Microsoft.Azure.Management.Blueprint.Models.AssignmentDeploymentJobResult * System.Collections.Generic.IList<Microsoft.Azure.Management.Blueprint.Models.AssignmentDeploymentJobResult> * string -> Microsoft.Azure.Management.Blueprint.Models.AssignmentDeploymentJob
Public Sub New (Optional kind As String = Nothing, Optional action As String = Nothing, Optional jobId As String = Nothing, Optional jobState As String = Nothing, Optional result As AssignmentDeploymentJobResult = Nothing, Optional history As IList(Of AssignmentDeploymentJobResult) = Nothing, Optional requestUri As String = Nothing)
參數
- kind
- String
作業種類。
- action
- String
在此作業中執行的動作名稱。
- jobId
- String
此作業的識別碼。
- jobState
- String
此作業的狀態。
部署作業結果。
- history
- IList<AssignmentDeploymentJobResult>
每次重試此部署作業的結果。
- requestUri
- String
部署作業資源識別碼的參考。