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

QuotaRequestDetailCollection.GetAllAsync 方法

定义

对于指定的 Azure 区域 (位置) 、订阅和资源提供程序,请获取过去一年的配额请求历史记录。 若要选择特定的配额请求,请使用 oData 筛选器。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequests
  • 操作IdQuotaRequestStatus_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Reservations.QuotaRequestDetailResource> GetAllAsync (string filter = default, int? top = default, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Reservations.QuotaRequestDetailResource>
override this.GetAllAsync : string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Reservations.QuotaRequestDetailResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of QuotaRequestDetailResource)

参数

filter
String
字段 支持的运算符
requestSubmitTime ge、le、eq、gt、lt
top
Nullable<Int32>

要返回的记录数。

skiptoken
String

仅当上一个操作返回了部分结果时,才使用 Skiptoken。 如果以前的响应包含 nextLink 元素,则 nextLink 元素的值包括一个 skiptoken 参数,该参数指定要用于后续调用的起点。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 QuotaRequestDetailResource ,可能需要多个服务请求进行迭代。

适用于