你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RetryPolicyType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.storage.common.policy.RetryPolicyType

public enum RetryPolicyType
extends Enum<RetryPolicyType>

This type holds possible options for retry backoff algorithms. They may be used with RequestRetryOptions.

Fields

EXPONENTIAL

Tells the pipeline to use an exponential back-off retry policy.

FIXED

Tells the pipeline to use a fixed back-off retry policy.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

valueOf(String name)

public static RetryPolicyType valueOf(String name)

Parameters

name
String

Returns

values()

public static RetryPolicyType[] values()

Returns

Applies to