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

BatchAccountDeleteHeaders 类

  • java.lang.Object
    • com.microsoft.azure.management.batch.BatchAccountDeleteHeaders

public class BatchAccountDeleteHeaders

定义 Delete 操作的标头。

方法摘要

修饰符和类型 方法和描述
String location()

获取用于检查异步操作状态的资源的 URL。

Integer retryAfter()

获取建议的延迟,以检查异步操作的状态。 该值是一个整数,它指定以秒为单位的延迟。

BatchAccountDeleteHeaders withLocation(String location)

设置用于检查异步操作状态的资源的 URL。

BatchAccountDeleteHeaders withRetryAfter(Integer retryAfter)

将建议的延迟设置为检查异步操作的状态。 该值是一个整数,它指定以秒为单位的延迟。

方法详细信息

location

public String location()

获取用于检查异步操作状态的资源的 URL。

Returns:

位置值

retryAfter

public Integer retryAfter()

获取建议的延迟,以检查异步操作的状态。 该值是一个整数,它指定以秒为单位的延迟。

Returns:

retryAfter 值

withLocation

public BatchAccountDeleteHeaders withLocation(String location)

设置用于检查异步操作状态的资源的 URL。

Parameters:

location - 要设置的位置值

Returns:

BatchAccountDeleteHeaders 对象本身。

withRetryAfter

public BatchAccountDeleteHeaders withRetryAfter(Integer retryAfter)

将建议的延迟设置为检查异步操作的状态。 该值是一个整数,它指定以秒为单位的延迟。

Parameters:

retryAfter - 要设置的 retryAfter 值

Returns:

BatchAccountDeleteHeaders 对象本身。

适用于