AssignmentOperation.Deployments Property

Definition

Gets or sets list of jobs in this blueprint assignment operation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deployments")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Blueprint.Models.AssignmentDeploymentJob> Deployments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deployments")>]
member this.Deployments : System.Collections.Generic.IList<Microsoft.Azure.Management.Blueprint.Models.AssignmentDeploymentJob> with get, set
Public Property Deployments As IList(Of AssignmentDeploymentJob)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to