DeploymentsWhatIfAtManagementGroupScopeHeaders クラス
- java.
lang. Object - com.
microsoft. azure. management. resources. DeploymentsWhatIfAtManagementGroupScopeHeaders
- com.
public class DeploymentsWhatIfAtManagementGroupScopeHeaders
WhatIfAtManagementGroupScope 操作のヘッダーを定義します。
コンストラクターの概要
コンストラクター | 説明 | |
---|---|---|
DeploymentsWhatIfAtManagementGroupScopeHeaders() |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
java.lang.String |
location()
この実行時間の長い操作の状態を取得するには、uRL を取得します。 |
java.lang.String |
retryAfter()
状態をポーリングするまで待機する秒数を取得します。 |
Deployments |
withLocation(String location)
uRL を設定して、この実行時間の長い操作の状態を取得します。 |
Deployments |
withRetryAfter(String retryAfter)
状態をポーリングするまで待機する秒数を設定します。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
DeploymentsWhatIfAtManagementGroupScopeHeaders
public DeploymentsWhatIfAtManagementGroupScopeHeaders()
メソッドの詳細
location
public String location()
この実行時間の長い操作の状態を取得するには、uRL を取得します。
Returns:
retryAfter
public String retryAfter()
状態をポーリングするまで待機する秒数を取得します。
Returns:
withLocation
public DeploymentsWhatIfAtManagementGroupScopeHeaders withLocation(String location)
uRL を設定して、この実行時間の長い操作の状態を取得します。
Parameters:
Returns:
withRetryAfter
public DeploymentsWhatIfAtManagementGroupScopeHeaders withRetryAfter(String retryAfter)
状態をポーリングするまで待機する秒数を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java