Class DeploymentsWhatIfAtManagementGroupScopeHeaders
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.DeploymentsWhatIfAtManagementGroupScopeHeaders
-
public final class DeploymentsWhatIfAtManagementGroupScopeHeaders extends Object
The DeploymentsWhatIfAtManagementGroupScopeHeaders model.
-
-
Constructor Summary
Constructors Constructor Description DeploymentsWhatIfAtManagementGroupScopeHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()Get the location property: The Location property.StringretryAfter()Get the retryAfter property: The Retry-After property.voidvalidate()Validates the instance.DeploymentsWhatIfAtManagementGroupScopeHeaderswithLocation(String location)Set the location property: The Location property.DeploymentsWhatIfAtManagementGroupScopeHeaderswithRetryAfter(String retryAfter)Set the retryAfter property: The Retry-After property.
-
-
-
Method Detail
-
retryAfter
public String retryAfter()
Get the retryAfter property: The Retry-After property.- Returns:
- the retryAfter value.
-
withRetryAfter
public DeploymentsWhatIfAtManagementGroupScopeHeaders withRetryAfter(String retryAfter)
Set the retryAfter property: The Retry-After property.- Parameters:
retryAfter- the retryAfter value to set.- Returns:
- the DeploymentsWhatIfAtManagementGroupScopeHeaders object itself.
-
location
public String location()
Get the location property: The Location property.- Returns:
- the location value.
-
withLocation
public DeploymentsWhatIfAtManagementGroupScopeHeaders withLocation(String location)
Set the location property: The Location property.- Parameters:
location- the location value to set.- Returns:
- the DeploymentsWhatIfAtManagementGroupScopeHeaders object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-