Dela via


SubscriptionResource.GetLocationsAsync Method

Definition

This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.

  • Request Path: /subscriptions/{subscriptionId}/locations
  • Operation Id: Subscriptions_ListLocations
  • Default Api Version: 2022-12-01
  • Resource: SubscriptionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.LocationExpanded> GetLocationsAsync (bool? includeExtendedLocations = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLocationsAsync : Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.LocationExpanded>
override this.GetLocationsAsync : Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.LocationExpanded>
Public Overridable Function GetLocationsAsync (Optional includeExtendedLocations As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LocationExpanded)

Parameters

includeExtendedLocations
Nullable<Boolean>

Whether to include extended locations.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to