56 строки
5.5 KiB
YAML
56 строки
5.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.resources.fluentcore.policy.ResourceManagerThrottlingPolicy"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.policy.ResourceManagerThrottlingPolicy"
|
|
name: "ResourceManagerThrottlingPolicy"
|
|
nameWithType: "ResourceManagerThrottlingPolicy"
|
|
summary: "A Http Pipeline Policy for automatic send throttling rate limit info to a call back function"
|
|
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 class **ResourceManagerThrottlingPolicy**</br> implements <xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.policy.ResourceManagerThrottlingPolicy.ResourceManagerThrottlingPolicy(java.util.function.BiConsumer<? super com.azure.core.http.HttpResponse,? super com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerThrottlingInfo>)"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.policy.ResourceManagerThrottlingPolicy.ResourceManagerThrottlingPolicy(BiConsumer<? super HttpResponse,? super ResourceManagerThrottlingInfo> callback)"
|
|
name: "ResourceManagerThrottlingPolicy(BiConsumer<? super HttpResponse,? super ResourceManagerThrottlingInfo> callback)"
|
|
nameWithType: "ResourceManagerThrottlingPolicy.ResourceManagerThrottlingPolicy(BiConsumer<? super HttpResponse,? super ResourceManagerThrottlingInfo> callback)"
|
|
summary: "Creates the resource manager throttling policy"
|
|
parameters:
|
|
- description: "consume the ResourceManagerThrottlingInfo for every request, it is not a thread-safe method"
|
|
name: "callback"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/function/BiConsumer.html\">BiConsumer</a><<xref href=\"? super com.azure.core.http.HttpResponse?alt=? super com.azure.core.http.HttpResponse&text=HttpResponse\" data-throw-if-not-resolved=\"False\" />,<xref href=\"? super com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerThrottlingInfo?alt=? super com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerThrottlingInfo&text=ResourceManagerThrottlingInfo\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ResourceManagerThrottlingPolicy(BiConsumer<? super HttpResponse,? super ResourceManagerThrottlingInfo> callback)"
|
|
desc: "Creates the resource manager throttling policy"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.policy.ResourceManagerThrottlingPolicy.process(com.azure.core.http.HttpPipelineCallContext,com.azure.core.http.HttpPipelineNextPolicy)"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.policy.ResourceManagerThrottlingPolicy.process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
|
|
name: "process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
|
|
nameWithType: "ResourceManagerThrottlingPolicy.process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
|
|
parameters:
|
|
- name: "context"
|
|
type: "<xref href=\"com.azure.core.http.HttpPipelineCallContext?alt=com.azure.core.http.HttpPipelineCallContext&text=HttpPipelineCallContext\" data-throw-if-not-resolved=\"False\" />"
|
|
- name: "next"
|
|
type: "<xref href=\"com.azure.core.http.HttpPipelineNextPolicy?alt=com.azure.core.http.HttpPipelineNextPolicy&text=HttpPipelineNextPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
|
|
returns:
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.HttpResponse?alt=com.azure.core.http.HttpResponse&text=HttpResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "A Http Pipeline Policy for automatic send throttling rate limit info to a call back function"
|
|
implements:
|
|
- "<xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.resources.fluentcore.policy"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.44.0
|