retry Configuration
Retry configuration for requests. Defaults to RetryConfiguration.Exponential enabled only for subscription endpoint (other endpoints are excluded).
Use RetryConfiguration.Linear to set retry with linear delay intervar Use RetryConfiguration.Exponential to set retry with exponential delay interval Delay will vary from provided value by random value.