你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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