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

IQuotaByPeriodKeysOperations.GetWithHttpMessagesAsync 方法

定义

获取与服务实例中特定时间段内策略中计数器的计数器关联的配额计数器的值。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-product-with-rules#a-namepolicies-ato-configure-call-rate-limit-and-quota-policies

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ApiManagement.Models.QuotaCounterContract>> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string quotaCounterKey, string quotaPeriodKey, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * 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.ApiManagement.Models.QuotaCounterContract>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, serviceName As String, quotaCounterKey As String, quotaPeriodKey As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of QuotaCounterContract))

参数

resourceGroupName
String

资源组的名称。

serviceName
String

API 管理服务的名称。

quotaCounterKey
String

配额计数器密钥标识符。这是在配额按键策略的计数器键属性中定义的表达式的结果。例如,如果在策略中指定 counter-key=“boo”,则可以通过“boo”计数器键访问它。 但如果将其定义为 counter-key=“@ (”b“+”a“) ”,则可以通过“ba”键访问它

quotaPeriodKey
String

配额期间密钥标识符。

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

cancellationToken
CancellationToken

取消标记。

返回

例外

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

无法反序列化响应时引发

当所需的参数为 null 时引发

适用于