ResourceManagerThrottlingInterceptor Class

  • java.lang.Object
    • Interceptor
      • com.microsoft.azure.management.resources.fluentcore.utils.ResourceManagerThrottlingInterceptor

public class ResourceManagerThrottlingInterceptor

An interceptor for automatic retry when Azure Resource Manager is throttling because of too many read/write requests.

For each subscription and tenant, Azure Resource Manager limits read requests to 15,000 per hour and write requests to 1,200 per hour. These limits apply to each Azure Resource Manager instance.

Method Summary

Modifier and Type Method and Description
Response intercept(Chain chain)

Method Details

intercept

public Response intercept(Chain chain)

Parameters:

chain

Applies to