Share via


MockableExtendedLocationsSubscriptionResource.GetCustomLocations Method

Definition

Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations
  • Operation Id: CustomLocations_ListBySubscription
public virtual Azure.Pageable<Azure.ResourceManager.ExtendedLocations.CustomLocationResource> GetCustomLocations (System.Threading.CancellationToken cancellationToken = default);
abstract member GetCustomLocations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ExtendedLocations.CustomLocationResource>
override this.GetCustomLocations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ExtendedLocations.CustomLocationResource>
Public Overridable Function GetCustomLocations (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CustomLocationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to