public class DeploymentsWhatIfHeaders extends Object
| Constructor and Description |
|---|
DeploymentsWhatIfHeaders() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get uRL to get status of this long-running operation.
|
String |
retryAfter()
Get number of seconds to wait before polling for status.
|
DeploymentsWhatIfHeaders |
withLocation(String location)
Set uRL to get status of this long-running operation.
|
DeploymentsWhatIfHeaders |
withRetryAfter(String retryAfter)
Set number of seconds to wait before polling for status.
|
public String location()
public DeploymentsWhatIfHeaders withLocation(String location)
location - the location value to setpublic String retryAfter()
public DeploymentsWhatIfHeaders withRetryAfter(String retryAfter)
retryAfter - the retryAfter value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/