HybridRunbookWorkerGroup Constructors
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.
Overloads
HybridRunbookWorkerGroup() |
Initializes a new instance of the HybridRunbookWorkerGroup class. |
HybridRunbookWorkerGroup(String, String, IList<HybridRunbookWorker>, RunAsCredentialAssociationProperty, String) |
Initializes a new instance of the HybridRunbookWorkerGroup class. |
HybridRunbookWorkerGroup()
Initializes a new instance of the HybridRunbookWorkerGroup class.
public HybridRunbookWorkerGroup ();
Public Sub New ()
Applies to
HybridRunbookWorkerGroup(String, String, IList<HybridRunbookWorker>, RunAsCredentialAssociationProperty, String)
Initializes a new instance of the HybridRunbookWorkerGroup class.
public HybridRunbookWorkerGroup (string id = default, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker> hybridRunbookWorkers = default, Microsoft.Azure.Management.Automation.Models.RunAsCredentialAssociationProperty credential = default, string groupType = default);
new Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker> * Microsoft.Azure.Management.Automation.Models.RunAsCredentialAssociationProperty * string -> Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional hybridRunbookWorkers As IList(Of HybridRunbookWorker) = Nothing, Optional credential As RunAsCredentialAssociationProperty = Nothing, Optional groupType As String = Nothing)
Parameters
- id
- String
Gets or sets the id of the resource.
- name
- String
Gets or sets the name of the group.
- hybridRunbookWorkers
- IList<HybridRunbookWorker>
Gets or sets the list of hybrid runbook workers.
- credential
- RunAsCredentialAssociationProperty
Sets the credential of a worker group.
- groupType
- String
Type of the HybridWorkerGroup. Possible values include: 'User', 'System'
Applies to
Azure SDK for .NET