Class QuotaTicketDetails
java.lang.Object
com.azure.resourcemanager.support.models.QuotaTicketDetails
Additional set of information required for quota increase support ticket for certain quota types, e.g.: Virtual
machine cores. Get complete details about Quota payload support request along with examples at [Support quota
request](https://aka.ms/supportrpquotarequestpayload).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the quotaChangeRequests property: This property is required for providing the region and new quota limits.Get the quotaChangeRequestSubType property: Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase.Get the quotaChangeRequestVersion property: Quota change request version.void
validate()
Validates the instance.withQuotaChangeRequests
(List<QuotaChangeRequest> quotaChangeRequests) Set the quotaChangeRequests property: This property is required for providing the region and new quota limits.withQuotaChangeRequestSubType
(String quotaChangeRequestSubType) Set the quotaChangeRequestSubType property: Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase.withQuotaChangeRequestVersion
(String quotaChangeRequestVersion) Set the quotaChangeRequestVersion property: Quota change request version.
-
Constructor Details
-
QuotaTicketDetails
public QuotaTicketDetails()Creates an instance of QuotaTicketDetails class.
-
-
Method Details
-
quotaChangeRequestSubType
Get the quotaChangeRequestSubType property: Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase.- Returns:
- the quotaChangeRequestSubType value.
-
withQuotaChangeRequestSubType
Set the quotaChangeRequestSubType property: Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase.- Parameters:
quotaChangeRequestSubType
- the quotaChangeRequestSubType value to set.- Returns:
- the QuotaTicketDetails object itself.
-
quotaChangeRequestVersion
Get the quotaChangeRequestVersion property: Quota change request version.- Returns:
- the quotaChangeRequestVersion value.
-
withQuotaChangeRequestVersion
Set the quotaChangeRequestVersion property: Quota change request version.- Parameters:
quotaChangeRequestVersion
- the quotaChangeRequestVersion value to set.- Returns:
- the QuotaTicketDetails object itself.
-
quotaChangeRequests
Get the quotaChangeRequests property: This property is required for providing the region and new quota limits.- Returns:
- the quotaChangeRequests value.
-
withQuotaChangeRequests
Set the quotaChangeRequests property: This property is required for providing the region and new quota limits.- Parameters:
quotaChangeRequests
- the quotaChangeRequests value to set.- Returns:
- the QuotaTicketDetails object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-