다음을 통해 공유


HybridRunbookWorkerGroupCollection Class

Definition

A class representing a collection of HybridRunbookWorkerGroupResource and their operations. Each HybridRunbookWorkerGroupResource in the collection will belong to the same instance of AutomationAccountResource. To get a HybridRunbookWorkerGroupCollection instance call the GetHybridRunbookWorkerGroups method from an instance of AutomationAccountResource.

public class HybridRunbookWorkerGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>
type HybridRunbookWorkerGroupCollection = class
    inherit ArmCollection
    interface seq<HybridRunbookWorkerGroupResource>
    interface IEnumerable
    interface IAsyncEnumerable<HybridRunbookWorkerGroupResource>
Public Class HybridRunbookWorkerGroupCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of HybridRunbookWorkerGroupResource), IEnumerable(Of HybridRunbookWorkerGroupResource)
Inheritance
HybridRunbookWorkerGroupCollection
Implements

Constructors

HybridRunbookWorkerGroupCollection()

Initializes a new instance of the HybridRunbookWorkerGroupCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, HybridRunbookWorkerGroupCreateOrUpdateContent, CancellationToken)

Create a hybrid runbook worker group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Operation Id: HybridRunbookWorkerGroup_Create
  • Default Api Version: 2022-02-22
  • Resource: HybridRunbookWorkerGroupResource
CreateOrUpdateAsync(WaitUntil, String, HybridRunbookWorkerGroupCreateOrUpdateContent, CancellationToken)

Create a hybrid runbook worker group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Operation Id: HybridRunbookWorkerGroup_Create
  • Default Api Version: 2022-02-22
  • Resource: HybridRunbookWorkerGroupResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Operation Id: HybridRunbookWorkerGroup_Get
  • Default Api Version: 2022-02-22
  • Resource: HybridRunbookWorkerGroupResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Operation Id: HybridRunbookWorkerGroup_Get
  • Default Api Version: 2022-02-22
  • Resource: HybridRunbookWorkerGroupResource
Get(String, CancellationToken)

Retrieve a hybrid runbook worker group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Operation Id: HybridRunbookWorkerGroup_Get
  • Default Api Version: 2022-02-22
  • Resource: HybridRunbookWorkerGroupResource
GetAll(String, CancellationToken)

Retrieve a list of hybrid runbook worker groups.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups
  • Operation Id: HybridRunbookWorkerGroup_ListByAutomationAccount
  • Default Api Version: 2022-02-22
  • Resource: HybridRunbookWorkerGroupResource
GetAllAsync(String, CancellationToken)

Retrieve a list of hybrid runbook worker groups.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups
  • Operation Id: HybridRunbookWorkerGroup_ListByAutomationAccount
  • Default Api Version: 2022-02-22
  • Resource: HybridRunbookWorkerGroupResource
GetAsync(String, CancellationToken)

Retrieve a hybrid runbook worker group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Operation Id: HybridRunbookWorkerGroup_Get
  • Default Api Version: 2022-02-22
  • Resource: HybridRunbookWorkerGroupResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Operation Id: HybridRunbookWorkerGroup_Get
  • Default Api Version: 2022-02-22
  • Resource: HybridRunbookWorkerGroupResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Operation Id: HybridRunbookWorkerGroup_Get
  • Default Api Version: 2022-02-22
  • Resource: HybridRunbookWorkerGroupResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<HybridRunbookWorkerGroupResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HybridRunbookWorkerGroupResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to