Class QuotaChangeRequest
java.lang.Object
com.azure.resourcemanager.support.models.QuotaChangeRequest
This property is required for providing the region and new quota limits.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpayload()
Get the payload property: Payload of the quota increase request.region()
Get the region property: Region for which the quota increase request is being made.void
validate()
Validates the instance.withPayload
(String payload) Set the payload property: Payload of the quota increase request.withRegion
(String region) Set the region property: Region for which the quota increase request is being made.
-
Constructor Details
-
QuotaChangeRequest
public QuotaChangeRequest()Creates an instance of QuotaChangeRequest class.
-
-
Method Details
-
region
Get the region property: Region for which the quota increase request is being made.- Returns:
- the region value.
-
withRegion
Set the region property: Region for which the quota increase request is being made.- Parameters:
region
- the region value to set.- Returns:
- the QuotaChangeRequest object itself.
-
payload
Get the payload property: Payload of the quota increase request.- Returns:
- the payload value.
-
withPayload
Set the payload property: Payload of the quota increase request.- Parameters:
payload
- the payload value to set.- Returns:
- the QuotaChangeRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-