HybridRunbookWorkerGroup Class

Definition

Definition of hybrid runbook worker group.

public class HybridRunbookWorkerGroup
type HybridRunbookWorkerGroup = class
Public Class HybridRunbookWorkerGroup
Inheritance
HybridRunbookWorkerGroup

Constructors

HybridRunbookWorkerGroup()

Initializes a new instance of the HybridRunbookWorkerGroup class.

HybridRunbookWorkerGroup(String, String, IList<HybridRunbookWorker>, RunAsCredentialAssociationProperty, String)

Initializes a new instance of the HybridRunbookWorkerGroup class.

Properties

Credential

Gets or sets sets the credential of a worker group.

GroupType

Gets or sets 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.

Applies to