Bagikan melalui


MockableStandbyPoolSubscriptionResource.GetStandbyContainerGroupPools Method

Definition

List StandbyContainerGroupPoolResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.StandbyPool/standbyContainerGroupPools
  • Operation Id: StandbyContainerGroupPools_ListBySubscription
  • Default Api Version: 2023-12-01-preview
  • Resource: StandbyContainerGroupPoolResource
public virtual Azure.Pageable<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource> GetStandbyContainerGroupPools (System.Threading.CancellationToken cancellationToken = default);
abstract member GetStandbyContainerGroupPools : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource>
override this.GetStandbyContainerGroupPools : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource>
Public Overridable Function GetStandbyContainerGroupPools (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StandbyContainerGroupPoolResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of StandbyContainerGroupPoolResource that may take multiple service requests to iterate over.

Applies to