HybridRunbookWorkerGroups Interface

public interface HybridRunbookWorkerGroups

Resource collection API of HybridRunbookWorkerGroups.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new HybridRunbookWorkerGroup resource.

abstract void delete(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName)

Delete a hybrid runbook worker group.

abstract void deleteById(String id)

Delete a hybrid runbook worker group.

abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Delete a hybrid runbook worker group.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, Context context)

Delete a hybrid runbook worker group.

abstract HybridRunbookWorkerGroup get(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName)

Retrieve a hybrid runbook worker group.

abstract HybridRunbookWorkerGroup getById(String id)

Retrieve a hybrid runbook worker group.

abstract Response<HybridRunbookWorkerGroup> getByIdWithResponse(String id, Context context)

Retrieve a hybrid runbook worker group.

abstract Response<HybridRunbookWorkerGroup> getWithResponse(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, Context context)

Retrieve a hybrid runbook worker group.

abstract PagedIterable<HybridRunbookWorkerGroup> listByAutomationAccount(String resourceGroupName, String automationAccountName)

Retrieve a list of hybrid runbook worker groups.

abstract PagedIterable<HybridRunbookWorkerGroup> listByAutomationAccount(String resourceGroupName, String automationAccountName, String filter, Context context)

Retrieve a list of hybrid runbook worker groups.

Method Details

define

public abstract HybridRunbookWorkerGroup.DefinitionStages.Blank define(String name)

Begins definition for a new HybridRunbookWorkerGroup resource.

Parameters:

name - resource name.

Returns:

the first stage of the new HybridRunbookWorkerGroup definition.

delete

public abstract void delete(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName)

Delete a hybrid runbook worker group.

Parameters:

resourceGroupName - Name of an Azure Resource group.
automationAccountName - The name of the automation account.
hybridRunbookWorkerGroupName - The hybrid runbook worker group name.

deleteById

public abstract void deleteById(String id)

Delete a hybrid runbook worker group.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract Response deleteByIdWithResponse(String id, Context context)

Delete a hybrid runbook worker group.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

deleteWithResponse

public abstract Response deleteWithResponse(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, Context context)

Delete a hybrid runbook worker group.

Parameters:

resourceGroupName - Name of an Azure Resource group.
automationAccountName - The name of the automation account.
hybridRunbookWorkerGroupName - The hybrid runbook worker group name.
context - The context to associate with this operation.

Returns:

get

public abstract HybridRunbookWorkerGroup get(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName)

Retrieve a hybrid runbook worker group.

Parameters:

resourceGroupName - Name of an Azure Resource group.
automationAccountName - The name of the automation account.
hybridRunbookWorkerGroupName - The hybrid runbook worker group name.

Returns:

definition of hybrid runbook worker group.

getById

public abstract HybridRunbookWorkerGroup getById(String id)

Retrieve a hybrid runbook worker group.

Parameters:

id - the resource ID.

Returns:

definition of hybrid runbook worker group along with Response<T>.

getByIdWithResponse

public abstract Response getByIdWithResponse(String id, Context context)

Retrieve a hybrid runbook worker group.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

definition of hybrid runbook worker group along with Response<T>.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, Context context)

Retrieve a hybrid runbook worker group.

Parameters:

resourceGroupName - Name of an Azure Resource group.
automationAccountName - The name of the automation account.
hybridRunbookWorkerGroupName - The hybrid runbook worker group name.
context - The context to associate with this operation.

Returns:

definition of hybrid runbook worker group along with Response<T>.

listByAutomationAccount

public abstract PagedIterable listByAutomationAccount(String resourceGroupName, String automationAccountName)

Retrieve a list of hybrid runbook worker groups.

Parameters:

resourceGroupName - Name of an Azure Resource group.
automationAccountName - The name of the automation account.

Returns:

the response model for the list hybrid runbook worker groups as paginated response with PagedIterable<T>.

listByAutomationAccount

public abstract PagedIterable listByAutomationAccount(String resourceGroupName, String automationAccountName, String filter, Context context)

Retrieve a list of hybrid runbook worker groups.

Parameters:

resourceGroupName - Name of an Azure Resource group.
automationAccountName - The name of the automation account.
filter - The filter to apply on the operation.
context - The context to associate with this operation.

Returns:

the response model for the list hybrid runbook worker groups as paginated response with PagedIterable<T>.

Applies to