azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

69 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaByPeriodKeys"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaByPeriodKeys"
name: "QuotaByPeriodKeys"
nameWithType: "QuotaByPeriodKeys"
summary: "Type representing Quota<wbr>ByPeriod<wbr>Keys."
syntax: "public interface **QuotaByPeriodKeys**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.QuotaByPeriodKeysInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.QuotaByPeriodKeysInner&text=QuotaByPeriodKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaByPeriodKeys.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaByPeriodKeys.getAsync(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey)"
name: "getAsync(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey)"
nameWithType: "QuotaByPeriodKeys.getAsync(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey)"
summary: "Gets the value of the quota counter associated with the counter-key in the policy for the specific period in service instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Quota counter key identifier.This is the result of expression defined in counter-key attribute of the quota-by-key policy.For Example, if you specify counter-key=\"boo\" in the policy, then it\\u2019s accessible by \"boo\" counter key. But if it\\u2019s defined as counter-key=\"@(\"b\"+\"a\")\" then it will be accessible by \"ba\" key"
name: "quotaCounterKey"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Quota period key identifier."
name: "quotaPeriodKey"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<QuotaCounterContract> getAsync(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey)"
desc: "Gets the value of the quota counter associated with the counter-key in the policy for the specific period in service instance."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaCounterContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaCounterContract&text=QuotaCounterContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaByPeriodKeys.updateAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaCounterValueContractProperties)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaByPeriodKeys.updateAsync(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, QuotaCounterValueContractProperties parameters)"
name: "updateAsync(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, QuotaCounterValueContractProperties parameters)"
nameWithType: "QuotaByPeriodKeys.updateAsync(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, QuotaCounterValueContractProperties parameters)"
summary: "Updates an existing quota counter value in the specified service instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Quota counter key identifier.This is the result of expression defined in counter-key attribute of the quota-by-key policy.For Example, if you specify counter-key=\"boo\" in the policy, then it\\u2019s accessible by \"boo\" counter key. But if it\\u2019s defined as counter-key=\"@(\"b\"+\"a\")\" then it will be accessible by \"ba\" key"
name: "quotaCounterKey"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Quota period key identifier."
name: "quotaPeriodKey"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The value of the Quota counter to be applied on the specified period."
name: "parameters"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaCounterValueContractProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.QuotaCounterValueContractProperties&text=QuotaCounterValueContractProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable updateAsync(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, QuotaCounterValueContractProperties parameters)"
desc: "Updates an existing quota counter value in the specified service instance."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Type representing QuotaByPeriodKeys."
implements:
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.QuotaByPeriodKeysInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.QuotaByPeriodKeysInner&text=QuotaByPeriodKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1