Compartir a través de


HybridRunbookWorkerGroup.HybridRunbookWorkers Propiedad

Definición

Obtiene o establece la lista de instancias de Hybrid Runbook Worker.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a