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

BatchAccountCreateHeaders 类

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

public class BatchAccountCreateHeaders

定义创建操作的标头。

方法摘要

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

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

Integer retryAfter()

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

BatchAccountCreateHeaders withLocation(String location)

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

BatchAccountCreateHeaders withRetryAfter(Integer retryAfter)

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

方法详细信息

location

public String location()

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

Returns:

位置值

retryAfter

public Integer retryAfter()

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

Returns:

retryAfter 值

withLocation

public BatchAccountCreateHeaders withLocation(String location)

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

Parameters:

location - 要设置的位置值

Returns:

BatchAccountCreateHeaders 对象本身。

withRetryAfter

public BatchAccountCreateHeaders withRetryAfter(Integer retryAfter)

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

Parameters:

retryAfter - 要设置的 retryAfter 值

Returns:

BatchAccountCreateHeaders 对象本身。

适用于