117 строки
7.8 KiB
YAML
117 строки
7.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit"
|
|
fullName: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit"
|
|
name: "CallRateLimit"
|
|
nameWithType: "CallRateLimit"
|
|
summary: "The call rate limit Cognitive Services account."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **CallRateLimit**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.CallRateLimit()"
|
|
fullName: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.CallRateLimit()"
|
|
name: "CallRateLimit()"
|
|
nameWithType: "CallRateLimit.CallRateLimit()"
|
|
summary: "Creates an instance of Call<wbr>Rate<wbr>Limit class."
|
|
syntax: "public CallRateLimit()"
|
|
desc: "Creates an instance of CallRateLimit class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.count()"
|
|
fullName: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.count()"
|
|
name: "count()"
|
|
nameWithType: "CallRateLimit.count()"
|
|
summary: "Get the count property: The count value of Call Rate Limit."
|
|
syntax: "public Float count()"
|
|
desc: "Get the count property: The count value of Call Rate Limit."
|
|
returns:
|
|
description: "the count value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
- uid: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.renewalPeriod()"
|
|
fullName: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.renewalPeriod()"
|
|
name: "renewalPeriod()"
|
|
nameWithType: "CallRateLimit.renewalPeriod()"
|
|
summary: "Get the renewal<wbr>Period property: The renewal period in seconds of Call Rate Limit."
|
|
syntax: "public Float renewalPeriod()"
|
|
desc: "Get the renewalPeriod property: The renewal period in seconds of Call Rate Limit."
|
|
returns:
|
|
description: "the renewalPeriod value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
- uid: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.rules()"
|
|
fullName: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.rules()"
|
|
name: "rules()"
|
|
nameWithType: "CallRateLimit.rules()"
|
|
summary: "Get the rules property: The rules property."
|
|
syntax: "public List<ThrottlingRule> rules()"
|
|
desc: "Get the rules property: The rules property."
|
|
returns:
|
|
description: "the rules value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.cognitiveservices.models.ThrottlingRule?alt=com.azure.resourcemanager.cognitiveservices.models.ThrottlingRule&text=ThrottlingRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.validate()"
|
|
fullName: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.validate()"
|
|
name: "validate()"
|
|
nameWithType: "CallRateLimit.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.withCount(java.lang.Float)"
|
|
fullName: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.withCount(Float count)"
|
|
name: "withCount(Float count)"
|
|
nameWithType: "CallRateLimit.withCount(Float count)"
|
|
summary: "Set the count property: The count value of Call Rate Limit."
|
|
parameters:
|
|
- description: "the count value to set."
|
|
name: "count"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
syntax: "public CallRateLimit withCount(Float count)"
|
|
desc: "Set the count property: The count value of Call Rate Limit."
|
|
returns:
|
|
description: "the CallRateLimit object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cognitiveservices.models.CallRateLimit?alt=com.azure.resourcemanager.cognitiveservices.models.CallRateLimit&text=CallRateLimit\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.withRenewalPeriod(java.lang.Float)"
|
|
fullName: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.withRenewalPeriod(Float renewalPeriod)"
|
|
name: "withRenewalPeriod(Float renewalPeriod)"
|
|
nameWithType: "CallRateLimit.withRenewalPeriod(Float renewalPeriod)"
|
|
summary: "Set the renewal<wbr>Period property: The renewal period in seconds of Call Rate Limit."
|
|
parameters:
|
|
- description: "the renewalPeriod value to set."
|
|
name: "renewalPeriod"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
syntax: "public CallRateLimit withRenewalPeriod(Float renewalPeriod)"
|
|
desc: "Set the renewalPeriod property: The renewal period in seconds of Call Rate Limit."
|
|
returns:
|
|
description: "the CallRateLimit object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cognitiveservices.models.CallRateLimit?alt=com.azure.resourcemanager.cognitiveservices.models.CallRateLimit&text=CallRateLimit\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.withRules(java.util.List<com.azure.resourcemanager.cognitiveservices.models.ThrottlingRule>)"
|
|
fullName: "com.azure.resourcemanager.cognitiveservices.models.CallRateLimit.withRules(List<ThrottlingRule> rules)"
|
|
name: "withRules(List<ThrottlingRule> rules)"
|
|
nameWithType: "CallRateLimit.withRules(List<ThrottlingRule> rules)"
|
|
summary: "Set the rules property: The rules property."
|
|
parameters:
|
|
- description: "the rules value to set."
|
|
name: "rules"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.cognitiveservices.models.ThrottlingRule?alt=com.azure.resourcemanager.cognitiveservices.models.ThrottlingRule&text=ThrottlingRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public CallRateLimit withRules(List<ThrottlingRule> rules)"
|
|
desc: "Set the rules property: The rules property."
|
|
returns:
|
|
description: "the CallRateLimit object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cognitiveservices.models.CallRateLimit?alt=com.azure.resourcemanager.cognitiveservices.models.CallRateLimit&text=CallRateLimit\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The call rate limit Cognitive Services account."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cognitiveservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cognitiveservices:1.0.0
|