Share via


RestClient.RestClientBuilder.WithRetryPolicy(RetryPolicy) Method

Definition

public Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient.RestClientBuilder.IBuildable WithRetryPolicy (Microsoft.Rest.TransientFaultHandling.RetryPolicy retryPolicy);
abstract member WithRetryPolicy : Microsoft.Rest.TransientFaultHandling.RetryPolicy -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient.RestClientBuilder.IBuildable
override this.WithRetryPolicy : Microsoft.Rest.TransientFaultHandling.RetryPolicy -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient.RestClientBuilder.IBuildable
Public Function WithRetryPolicy (retryPolicy As RetryPolicy) As RestClient.RestClientBuilder.IBuildable

Parameters

retryPolicy
RetryPolicy

Returns

Implements

Applies to