HybridRunbookWorkerGroup interface

Definition of hybrid runbook worker group.

Properties

credential

Sets the credential of a worker group.

groupType

Type of the HybridWorkerGroup. Possible values include: 'User', 'System'

hybridRunbookWorkers

Gets or sets the list of hybrid runbook workers.

id

Gets or sets the id of the resource.

name

Gets or sets the name of the group.

Property Details

credential

Sets the credential of a worker group.

credential?: RunAsCredentialAssociationProperty

Property Value

groupType

Type of the HybridWorkerGroup. Possible values include: 'User', 'System'

groupType?: GroupTypeEnum

Property Value

hybridRunbookWorkers

Gets or sets the list of hybrid runbook workers.

hybridRunbookWorkers?: HybridRunbookWorker[]

Property Value

id

Gets or sets the id of the resource.

id?: string

Property Value

string

name

Gets or sets the name of the group.

name?: string

Property Value

string