HybridRunbookWorkerGroup.RunbookWorker Property

Definition

Gets or sets a list of Runbook Workers

public System.Collections.Generic.IList<Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker> RunbookWorker { get; set; }
public System.Collections.Generic.List<Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker> RunbookWorker { get; set; }
member this.RunbookWorker : System.Collections.Generic.IList<Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker> with get, set
member this.RunbookWorker : System.Collections.Generic.List<Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker> with get, set
Public Property RunbookWorker As IList(Of HybridRunbookWorker)
Public Property RunbookWorker As List(Of HybridRunbookWorker)

Property Value

Applies to