你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
此作业的 ID。
- jobState
- String
此作业的状态。
部署作业结果。
- history
- IList<AssignmentDeploymentJobResult>
每次重试的此部署作业的结果。
- requestUri
- String
对部署作业资源 ID 的引用。