DevOpsPoolCollection Class

Definition

A class representing a collection of DevOpsPoolResource and their operations. Each DevOpsPoolResource in the collection will belong to the same instance of ResourceGroupResource. To get a DevOpsPoolCollection instance call the GetDevOpsPools method from an instance of ResourceGroupResource.

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

Constructors

DevOpsPoolCollection()

Initializes a new instance of the DevOpsPoolCollection 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, DevOpsPoolData, CancellationToken)

Create a Pool

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}
  • Operation Id: Pools_CreateOrUpdate
  • Default Api Version: 2024-04-04-preview
  • Resource: DevOpsPoolResource
CreateOrUpdateAsync(WaitUntil, String, DevOpsPoolData, CancellationToken)

Create a Pool

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}
  • Operation Id: Pools_CreateOrUpdate
  • Default Api Version: 2024-04-04-preview
  • Resource: DevOpsPoolResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}
  • Operation Id: Pools_Get
  • Default Api Version: 2024-04-04-preview
  • Resource: DevOpsPoolResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}
  • Operation Id: Pools_Get
  • Default Api Version: 2024-04-04-preview
  • Resource: DevOpsPoolResource
Get(String, CancellationToken)

Get a Pool

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}
  • Operation Id: Pools_Get
  • Default Api Version: 2024-04-04-preview
  • Resource: DevOpsPoolResource
GetAll(CancellationToken)

List Pool resources by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools
  • Operation Id: Pool_ListByResourceGroup
  • Default Api Version: 2024-04-04-preview
  • Resource: DevOpsPoolResource
GetAllAsync(CancellationToken)

List Pool resources by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools
  • Operation Id: Pool_ListByResourceGroup
  • Default Api Version: 2024-04-04-preview
  • Resource: DevOpsPoolResource
GetAsync(String, CancellationToken)

Get a Pool

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}
  • Operation Id: Pools_Get
  • Default Api Version: 2024-04-04-preview
  • Resource: DevOpsPoolResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}
  • Operation Id: Pools_Get
  • Default Api Version: 2024-04-04-preview
  • Resource: DevOpsPoolResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}
  • Operation Id: Pools_Get
  • Default Api Version: 2024-04-04-preview
  • Resource: DevOpsPoolResource
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<DevOpsPoolResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DevOpsPoolResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to