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

IQuotaRequestStatusOperations.ListWithHttpMessagesAsync 方法

定义

对于指定范围,获取在发出时结束的一年期限的当前配额请求。 使用 oData 筛选器选择配额请求。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.QuotaRequestDetails>>> ListWithHttpMessagesAsync(string scope, string filter = default, int? top = default, string skiptoken = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListWithHttpMessagesAsync : string * string * Nullable<int> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.QuotaRequestDetails>>>
Public Function ListWithHttpMessagesAsync (scope As String, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skiptoken As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of QuotaRequestDetails)))

参数

scope
String

目标 Azure 资源 URI。 例如,/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/。 这是列出 GET 操作的目标 Azure 资源 URI。 如果在 之后/quotas添加 ,{resourceName}则它是特定资源 GET 操作中的目标 Azure 资源 URI。

filter
String
字段 支持的运算符

|requestSubmitTime |ge, le, eq, gt, lt |provisioningState eq {QuotaRequestState} |resourceName eq {resourceName}

top
Nullable<Int32>

要返回的记录数。

skiptoken
String

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

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

cancellationToken
CancellationToken

取消标记。

返回

例外

操作返回无效状态代码时引发

无法反序列化响应时引发

当所需的参数为 null 时引发

适用于