IAutomationPSClient.CreateOrUpdateRunbookWorkerGroup Method
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.
public Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup CreateOrUpdateRunbookWorkerGroup (string resourceGroupName, string automationAccountName, string hybridRunbookWorkerGroupName, string credentialName = default);
abstract member CreateOrUpdateRunbookWorkerGroup : string * string * string * string -> Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup
Public Function CreateOrUpdateRunbookWorkerGroup (resourceGroupName As String, automationAccountName As String, hybridRunbookWorkerGroupName As String, Optional credentialName As String = Nothing) As HybridRunbookWorkerGroup
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- hybridRunbookWorkerGroupName
- String
- credentialName
- String