IHybridRunbookWorkerGroupOperations Interface

Definition

HybridRunbookWorkerGroupOperations operations.

public interface IHybridRunbookWorkerGroupOperations
type IHybridRunbookWorkerGroupOperations = interface
Public Interface IHybridRunbookWorkerGroupOperations

Methods

DeleteAsync(String, String, String, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a hybrid runbook worker group. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

GetAsync(String, String, String, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieve a hybrid runbook worker group. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

ListAsync(String, String, CancellationToken)
ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieve a list of hybrid runbook worker groups. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<HybridRunbookWorkerGroup>, Dictionary<String,List<String>>, CancellationToken)

Retrieve a list of hybrid runbook worker groups. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

ListNextAsync(String, CancellationToken)
PatchAsync(String, String, String, HybridRunbookWorkerGroupPatchParameters, CancellationToken)
UpdateWithHttpMessagesAsync(String, String, String, HybridRunbookWorkerGroupUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Update a hybrid runbook worker group. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

Extension Methods

Delete(IHybridRunbookWorkerGroupOperations, String, String, String)

Delete a hybrid runbook worker group. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

DeleteAsync(IHybridRunbookWorkerGroupOperations, String, String, String)
DeleteAsync(IHybridRunbookWorkerGroupOperations, String, String, String, CancellationToken)

Delete a hybrid runbook worker group. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

Get(IHybridRunbookWorkerGroupOperations, String, String, String)

Retrieve a hybrid runbook worker group. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

GetAsync(IHybridRunbookWorkerGroupOperations, String, String, String)
GetAsync(IHybridRunbookWorkerGroupOperations, String, String, String, CancellationToken)

Retrieve a hybrid runbook worker group. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

List(IHybridRunbookWorkerGroupOperations, String, String)
ListAsync(IHybridRunbookWorkerGroupOperations, String, String)
ListByAutomationAccount(IHybridRunbookWorkerGroupOperations, String, String, ODataQuery<HybridRunbookWorkerGroup>)

Retrieve a list of hybrid runbook worker groups. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

ListByAutomationAccountAsync(IHybridRunbookWorkerGroupOperations, String, String, ODataQuery<HybridRunbookWorkerGroup>, CancellationToken)

Retrieve a list of hybrid runbook worker groups. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

ListByAutomationAccountNext(IHybridRunbookWorkerGroupOperations, String)

Retrieve a list of hybrid runbook worker groups. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

ListByAutomationAccountNextAsync(IHybridRunbookWorkerGroupOperations, String, CancellationToken)

Retrieve a list of hybrid runbook worker groups. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

ListNext(IHybridRunbookWorkerGroupOperations, String)
ListNextAsync(IHybridRunbookWorkerGroupOperations, String)
Patch(IHybridRunbookWorkerGroupOperations, String, String, String, HybridRunbookWorkerGroupPatchParameters)
PatchAsync(IHybridRunbookWorkerGroupOperations, String, String, String, HybridRunbookWorkerGroupPatchParameters)
Update(IHybridRunbookWorkerGroupOperations, String, String, String, HybridRunbookWorkerGroupUpdateParameters)

Update a hybrid runbook worker group. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

UpdateAsync(IHybridRunbookWorkerGroupOperations, String, String, String, HybridRunbookWorkerGroupUpdateParameters, CancellationToken)

Update a hybrid runbook worker group. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

Applies to