HybridRunbookWorkerGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET