AssignmentDeploymentJob Class

Definition

Represents individual job in given blueprint assignment operation.

public class AssignmentDeploymentJob
type AssignmentDeploymentJob = class
Public Class AssignmentDeploymentJob
Inheritance
AssignmentDeploymentJob

Constructors

AssignmentDeploymentJob()

Initializes a new instance of the AssignmentDeploymentJob class.

AssignmentDeploymentJob(String, String, String, String, AssignmentDeploymentJobResult, IList<AssignmentDeploymentJobResult>, String)

Initializes a new instance of the AssignmentDeploymentJob class.

Properties

Action

Gets or sets name of the action performed in this job.

History

Gets or sets result of this deployment job for each retry.

JobId

Gets or sets id of this job.

JobState

Gets or sets state of this job.

Kind

Gets or sets kind of job.

RequestUri

Gets or sets reference to deployment job resource id.

Result

Gets or sets deployment job result.

Applies to