AssignmentDeploymentJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET