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

StorageSubscriptionMockingExtension.GetUsagesByLocationAsync 方法

定义

获取订阅下位置的当前使用情况计数和资源限制。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages
  • 操作IdUsages_ListByLocation
public virtual Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageUsage> GetUsagesByLocationAsync (Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUsagesByLocationAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageUsage>
override this.GetUsagesByLocationAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageUsage>
Public Overridable Function GetUsagesByLocationAsync (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StorageUsage)

参数

location
AzureLocation

Azure 存储资源的位置。

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

适用于