RetryManager.GetRetryStrategy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetRetryStrategy() | |
GetRetryStrategy(String) |
GetRetryStrategy()
public virtual Microsoft.Rest.TransientFaultHandling.RetryStrategy GetRetryStrategy ();
abstract member GetRetryStrategy : unit -> Microsoft.Rest.TransientFaultHandling.RetryStrategy
override this.GetRetryStrategy : unit -> Microsoft.Rest.TransientFaultHandling.RetryStrategy
Public Overridable Function GetRetryStrategy () As RetryStrategy
Returns
Applies to
GetRetryStrategy(String)
public virtual Microsoft.Rest.TransientFaultHandling.RetryStrategy GetRetryStrategy (string retryStrategyName);
abstract member GetRetryStrategy : string -> Microsoft.Rest.TransientFaultHandling.RetryStrategy
override this.GetRetryStrategy : string -> Microsoft.Rest.TransientFaultHandling.RetryStrategy
Public Overridable Function GetRetryStrategy (retryStrategyName As String) As RetryStrategy
Parameters
- retryStrategyName
- String
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET