AssignmentDeploymentJob Constructors
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.
Overloads
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. |
AssignmentDeploymentJob()
Initializes a new instance of the AssignmentDeploymentJob class.
public AssignmentDeploymentJob ();
Public Sub New ()
Applies to
AssignmentDeploymentJob(String, String, String, String, AssignmentDeploymentJobResult, IList<AssignmentDeploymentJobResult>, String)
Initializes a new instance of the AssignmentDeploymentJob class.
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)
Parameters
- kind
- String
Kind of job.
- action
- String
Name of the action performed in this job.
- jobId
- String
Id of this job.
- jobState
- String
State of this job.
Deployment job result.
- history
- IList<AssignmentDeploymentJobResult>
Result of this deployment job for each retry.
- requestUri
- String
Reference to deployment job resource id.
Applies to
Azure SDK for .NET