SubscriptionResource.GetLocations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Pageable<Azure.ResourceManager.Resources.Models.LocationExpanded> GetLocations (bool? includeExtendedLocations = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLocations : Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.LocationExpanded>
override this.GetLocations : Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.LocationExpanded>
Public Overridable Function GetLocations (Optional includeExtendedLocations As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LocationExpanded)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of LocationExpanded that may take multiple service requests to iterate over.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET