Share via


MockableComputeSubscriptionResource.GetProximityPlacementGroupsAsync Method

Definition

Lists all proximity placement groups in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups
  • Operation Id: ProximityPlacementGroups_ListBySubscription
  • Default Api Version: 2024-07-01
  • Resource: ProximityPlacementGroupResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Compute.ProximityPlacementGroupResource> GetProximityPlacementGroupsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetProximityPlacementGroupsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>
override this.GetProximityPlacementGroupsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>
Public Overridable Function GetProximityPlacementGroupsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProximityPlacementGroupResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ProximityPlacementGroupResource that may take multiple service requests to iterate over.

Applies to