Compartir a través de


USqlJobProperties.Resources Propiedad

Definición

Obtiene la lista de recursos necesarios para el trabajo.

[Newtonsoft.Json.JsonProperty(PropertyName="resources")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource> Resources { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="resources")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource> Resources { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resources")>]
member this.Resources : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="resources")>]
member this.Resources : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource>
Public Property Resources As IList(Of JobResource)
Public ReadOnly Property Resources As IList(Of JobResource)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a