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 オブジェクト自体。

適用対象