QuotaChangeRequest Class
- java.
lang. Object - com.
azure. resourcemanager. support. models. QuotaChangeRequest
- com.
public final class QuotaChangeRequest
This property is required for providing the region and new quota limits.
Constructor Summary
| Constructor | Description |
|---|---|
| QuotaChangeRequest() |
Creates an instance of Quota |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
payload()
Get the payload property: Payload of the quota increase request. |
| String |
region()
Get the region property: Region for which the quota increase request is being made. |
| void |
validate()
Validates the instance. |
|
Quota |
withPayload(String payload)
Set the payload property: Payload of the quota increase request. |
|
Quota |
withRegion(String region)
Set the region property: Region for which the quota increase request is being made. |
Methods inherited from java.lang.Object
Constructor Details
QuotaChangeRequest
public QuotaChangeRequest()
Creates an instance of QuotaChangeRequest class.
Method Details
payload
public String payload()
Get the payload property: Payload of the quota increase request.
Returns:
region
public String region()
Get the region property: Region for which the quota increase request is being made.
Returns:
validate
public void validate()
Validates the instance.
withPayload
public QuotaChangeRequest withPayload(String payload)
Set the payload property: Payload of the quota increase request.
Parameters:
Returns:
withRegion
public QuotaChangeRequest withRegion(String region)
Set the region property: Region for which the quota increase request is being made.
Parameters:
Returns: