Uses of Class
com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerThrottlingInfo
-
Packages that use ResourceManagerThrottlingInfo Package Description com.azure.resourcemanager.resources.fluentcore.policy This package contains the base classes for resources http policy.com.azure.resourcemanager.resources.fluentcore.utils This package contains a few utility classes for working with Azure resources. -
-
Uses of ResourceManagerThrottlingInfo in com.azure.resourcemanager.resources.fluentcore.policy
Constructor parameters in com.azure.resourcemanager.resources.fluentcore.policy with type arguments of type ResourceManagerThrottlingInfo Constructor Description ResourceManagerThrottlingPolicy(BiConsumer<? super com.azure.core.http.HttpResponse,? super ResourceManagerThrottlingInfo> callback)Creates the resource manager throttling policy -
Uses of ResourceManagerThrottlingInfo in com.azure.resourcemanager.resources.fluentcore.utils
Methods in com.azure.resourcemanager.resources.fluentcore.utils that return ResourceManagerThrottlingInfo Modifier and Type Method Description static ResourceManagerThrottlingInfoResourceManagerThrottlingInfo. fromHeaders(com.azure.core.http.HttpHeaders headers)Creates the throttling info class from response headers
-