你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SubscriptionResource.GetLocations 方法

定义

此操作提供资源提供程序可用的所有位置;但是,每个资源提供程序都可能支持此列表的子集。

  • 请求路径/subscriptions/{subscriptionId}/locations
  • 操作IdSubscriptions_ListLocations
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)

参数

includeExtendedLocations
Nullable<Boolean>

是否包括扩展位置。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的集合 LocationExpanded ,可能需要多个服务请求才能循环访问。

适用于