Share via


HybridRunbookWorkerGroup.HybridRunbookWorkers Property

Definition

Gets or sets the list of hybrid runbook workers.

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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to