DeploymentsWhatIfAtManagementGroupScopeHeaders Class

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

public class DeploymentsWhatIfAtManagementGroupScopeHeaders

Defines headers for WhatIfAtManagementGroupScope operation.

Constructor Summary

Constructor Description
DeploymentsWhatIfAtManagementGroupScopeHeaders()

Method Summary

Modifier and Type Method and Description
java.lang.String location()

Get uRL to get status of this long-running operation.

java.lang.String retryAfter()

Get number of seconds to wait before polling for status.

DeploymentsWhatIfAtManagementGroupScopeHeaders withLocation(String location)

Set uRL to get status of this long-running operation.

DeploymentsWhatIfAtManagementGroupScopeHeaders withRetryAfter(String retryAfter)

Set number of seconds to wait before polling for status.

Methods inherited from 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

Constructor Details

DeploymentsWhatIfAtManagementGroupScopeHeaders

public DeploymentsWhatIfAtManagementGroupScopeHeaders()

Method Details

location

public String location()

Get uRL to get status of this long-running operation.

Returns:

the location value

retryAfter

public String retryAfter()

Get number of seconds to wait before polling for status.

Returns:

the retryAfter value

withLocation

public DeploymentsWhatIfAtManagementGroupScopeHeaders withLocation(String location)

Set uRL to get status of this long-running operation.

Parameters:

location - the location value to set

Returns:

the DeploymentsWhatIfAtManagementGroupScopeHeaders object itself.

withRetryAfter

public DeploymentsWhatIfAtManagementGroupScopeHeaders withRetryAfter(String retryAfter)

Set number of seconds to wait before polling for status.

Parameters:

retryAfter - the retryAfter value to set

Returns:

the DeploymentsWhatIfAtManagementGroupScopeHeaders object itself.

Applies to