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

IQuotaRequestStatusOperations.GetWithHttpMessagesAsync 方法

定义

获取特定位置的资源提供程序资源的配额请求详细信息和状态(按配额请求 ID)。 配额请求 ID ID 在 PUT 操作的响应中返回。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Quota.Models.QuotaRequestDetails>> GetWithHttpMessagesAsync(string id, string scope, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Quota.Models.QuotaRequestDetails>>
Public Function GetWithHttpMessagesAsync (id As String, scope As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of QuotaRequestDetails))

参数

id
String

配额请求 ID。

scope
String

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

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

cancellationToken
CancellationToken

取消标记。

返回

例外

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

无法反序列化响应时引发

当所需参数为 null 时引发

适用于