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

SubscriptionResource.GetLocationsAsync 方法

定义

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

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

参数

includeExtendedLocations
Nullable<Boolean>

是否包括扩展位置。

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

适用于