retry Module

Classes

ExponentialRetry

Exponential retry.

LinearRetry

Linear retry.

Functions

no_retry

Specifies never to retry.

no_retry(context)

Parameters

context
<xref:azure.storage.models.RetryContext>
Required

The retry context.

Returns

Always returns None to indicate never to retry.

Return type