public final class DeploymentsWhatIfHeaders extends Object
| Constructor and Description |
|---|
DeploymentsWhatIfHeaders() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get the location property: The Location property.
|
String |
retryAfter()
Get the retryAfter property: The Retry-After property.
|
void |
validate()
Validates the instance.
|
DeploymentsWhatIfHeaders |
withLocation(String location)
Set the location property: The Location property.
|
DeploymentsWhatIfHeaders |
withRetryAfter(String retryAfter)
Set the retryAfter property: The Retry-After property.
|
public String retryAfter()
public DeploymentsWhatIfHeaders withRetryAfter(String retryAfter)
retryAfter - the retryAfter value to set.public String location()
public DeploymentsWhatIfHeaders withLocation(String location)
location - the location value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.