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

DeploymentsWhatIfAtManagementGroupScopeHeaders 类

  • java.lang.Object
    • com.microsoft.azure.management.resources.DeploymentsWhatIfAtManagementGroupScopeHeaders

public class DeploymentsWhatIfAtManagementGroupScopeHeaders

定义 WhatIfAtManagementGroupScope 操作的标头。

构造函数摘要

构造函数 说明
DeploymentsWhatIfAtManagementGroupScopeHeaders()

方法摘要

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

获取 uRL 以获取此长时间运行的操作的状态。

java.lang.String retryAfter()

获取轮询状态之前等待的秒数。

DeploymentsWhatIfAtManagementGroupScopeHeaders withLocation(String location)

设置 uRL 以获取此长时间运行的操作的状态。

DeploymentsWhatIfAtManagementGroupScopeHeaders withRetryAfter(String retryAfter)

设置轮询状态之前要等待的秒数。

方法继承自 java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

构造函数详细信息

DeploymentsWhatIfAtManagementGroupScopeHeaders

public DeploymentsWhatIfAtManagementGroupScopeHeaders()

方法详细信息

location

public String location()

获取 uRL 以获取此长时间运行的操作的状态。

Returns:

位置值

retryAfter

public String retryAfter()

获取轮询状态之前等待的秒数。

Returns:

retryAfter 值

withLocation

public DeploymentsWhatIfAtManagementGroupScopeHeaders withLocation(String location)

设置 uRL 以获取此长时间运行的操作的状态。

Parameters:

location - 要设置的位置值

Returns:

DeploymentsWhatIfAtManagementGroupScopeHeaders 对象本身。

withRetryAfter

public DeploymentsWhatIfAtManagementGroupScopeHeaders withRetryAfter(String retryAfter)

设置轮询状态之前要等待的秒数。

Parameters:

retryAfter - 要设置的 retryAfter 值

Returns:

DeploymentsWhatIfAtManagementGroupScopeHeaders 对象本身。

适用于