RetryStrategy interface 
A retry strategy is intended to define whether to retry or not, and how to retry.
Properties
| logger | Logger. If it's not provided, a default logger for all retry strategies is used. | 
| name | Name of the retry strategy. Used for logging. | 
Methods
| retry(Retry | Function that determines how to proceed with the subsequent requests. | 
Property Details
logger
Logger. If it's not provided, a default logger for all retry strategies is used.
logger?: AzureLoggerProperty Value
name
Name of the retry strategy. Used for logging.
name: stringProperty Value
string
Method Details
		retry(RetryInformation)
	 
	Function that determines how to proceed with the subsequent requests.
function retry(state: RetryInformation): RetryModifiersParameters
- state
- RetryInformation
Retry state