Compartir a través de


AssignmentOperation.Deployments Propiedad

Definición

Obtiene o establece la lista de trabajos de esta operación de asignación de plano técnico.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a