117 строки
9.6 KiB
YAML
117 строки
9.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.support.models.QuotaTicketDetails"
|
|
fullName: "com.azure.resourcemanager.support.models.QuotaTicketDetails"
|
|
name: "QuotaTicketDetails"
|
|
nameWithType: "QuotaTicketDetails"
|
|
summary: "Additional set of information required for quota increase support ticket for certain quota types, e.<wbr>g.: Virtual machine cores."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **QuotaTicketDetails**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.support.models.QuotaTicketDetails.QuotaTicketDetails()"
|
|
fullName: "com.azure.resourcemanager.support.models.QuotaTicketDetails.QuotaTicketDetails()"
|
|
name: "QuotaTicketDetails()"
|
|
nameWithType: "QuotaTicketDetails.QuotaTicketDetails()"
|
|
summary: "Creates an instance of Quota<wbr>Ticket<wbr>Details class."
|
|
syntax: "public QuotaTicketDetails()"
|
|
desc: "Creates an instance of QuotaTicketDetails class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.support.models.QuotaTicketDetails.quotaChangeRequestSubType()"
|
|
fullName: "com.azure.resourcemanager.support.models.QuotaTicketDetails.quotaChangeRequestSubType()"
|
|
name: "quotaChangeRequestSubType()"
|
|
nameWithType: "QuotaTicketDetails.quotaChangeRequestSubType()"
|
|
summary: "Get the quota<wbr>Change<wbr>Request<wbr>Sub<wbr>Type property: Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase."
|
|
syntax: "public String quotaChangeRequestSubType()"
|
|
desc: "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:
|
|
description: "the quotaChangeRequestSubType value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.QuotaTicketDetails.quotaChangeRequestVersion()"
|
|
fullName: "com.azure.resourcemanager.support.models.QuotaTicketDetails.quotaChangeRequestVersion()"
|
|
name: "quotaChangeRequestVersion()"
|
|
nameWithType: "QuotaTicketDetails.quotaChangeRequestVersion()"
|
|
summary: "Get the quota<wbr>Change<wbr>Request<wbr>Version property: Quota change request version."
|
|
syntax: "public String quotaChangeRequestVersion()"
|
|
desc: "Get the quotaChangeRequestVersion property: Quota change request version."
|
|
returns:
|
|
description: "the quotaChangeRequestVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.QuotaTicketDetails.quotaChangeRequests()"
|
|
fullName: "com.azure.resourcemanager.support.models.QuotaTicketDetails.quotaChangeRequests()"
|
|
name: "quotaChangeRequests()"
|
|
nameWithType: "QuotaTicketDetails.quotaChangeRequests()"
|
|
summary: "Get the quota<wbr>Change<wbr>Requests property: This property is required for providing the region and new quota limits."
|
|
syntax: "public List<QuotaChangeRequest> quotaChangeRequests()"
|
|
desc: "Get the quotaChangeRequests property: This property is required for providing the region and new quota limits."
|
|
returns:
|
|
description: "the quotaChangeRequests value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.support.models.QuotaChangeRequest?alt=com.azure.resourcemanager.support.models.QuotaChangeRequest&text=QuotaChangeRequest\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.support.models.QuotaTicketDetails.validate()"
|
|
fullName: "com.azure.resourcemanager.support.models.QuotaTicketDetails.validate()"
|
|
name: "validate()"
|
|
nameWithType: "QuotaTicketDetails.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.support.models.QuotaTicketDetails.withQuotaChangeRequestSubType(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.support.models.QuotaTicketDetails.withQuotaChangeRequestSubType(String quotaChangeRequestSubType)"
|
|
name: "withQuotaChangeRequestSubType(String quotaChangeRequestSubType)"
|
|
nameWithType: "QuotaTicketDetails.withQuotaChangeRequestSubType(String quotaChangeRequestSubType)"
|
|
summary: "Set the quota<wbr>Change<wbr>Request<wbr>Sub<wbr>Type property: Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase."
|
|
parameters:
|
|
- description: "the quotaChangeRequestSubType value to set."
|
|
name: "quotaChangeRequestSubType"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public QuotaTicketDetails withQuotaChangeRequestSubType(String quotaChangeRequestSubType)"
|
|
desc: "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."
|
|
returns:
|
|
description: "the QuotaTicketDetails object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.QuotaTicketDetails?alt=com.azure.resourcemanager.support.models.QuotaTicketDetails&text=QuotaTicketDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.QuotaTicketDetails.withQuotaChangeRequestVersion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.support.models.QuotaTicketDetails.withQuotaChangeRequestVersion(String quotaChangeRequestVersion)"
|
|
name: "withQuotaChangeRequestVersion(String quotaChangeRequestVersion)"
|
|
nameWithType: "QuotaTicketDetails.withQuotaChangeRequestVersion(String quotaChangeRequestVersion)"
|
|
summary: "Set the quota<wbr>Change<wbr>Request<wbr>Version property: Quota change request version."
|
|
parameters:
|
|
- description: "the quotaChangeRequestVersion value to set."
|
|
name: "quotaChangeRequestVersion"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public QuotaTicketDetails withQuotaChangeRequestVersion(String quotaChangeRequestVersion)"
|
|
desc: "Set the quotaChangeRequestVersion property: Quota change request version."
|
|
returns:
|
|
description: "the QuotaTicketDetails object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.QuotaTicketDetails?alt=com.azure.resourcemanager.support.models.QuotaTicketDetails&text=QuotaTicketDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.QuotaTicketDetails.withQuotaChangeRequests(java.util.List<com.azure.resourcemanager.support.models.QuotaChangeRequest>)"
|
|
fullName: "com.azure.resourcemanager.support.models.QuotaTicketDetails.withQuotaChangeRequests(List<QuotaChangeRequest> quotaChangeRequests)"
|
|
name: "withQuotaChangeRequests(List<QuotaChangeRequest> quotaChangeRequests)"
|
|
nameWithType: "QuotaTicketDetails.withQuotaChangeRequests(List<QuotaChangeRequest> quotaChangeRequests)"
|
|
summary: "Set the quota<wbr>Change<wbr>Requests property: This property is required for providing the region and new quota limits."
|
|
parameters:
|
|
- description: "the quotaChangeRequests value to set."
|
|
name: "quotaChangeRequests"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.support.models.QuotaChangeRequest?alt=com.azure.resourcemanager.support.models.QuotaChangeRequest&text=QuotaChangeRequest\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public QuotaTicketDetails withQuotaChangeRequests(List<QuotaChangeRequest> quotaChangeRequests)"
|
|
desc: "Set the quotaChangeRequests property: This property is required for providing the region and new quota limits."
|
|
returns:
|
|
description: "the QuotaTicketDetails object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.QuotaTicketDetails?alt=com.azure.resourcemanager.support.models.QuotaTicketDetails&text=QuotaTicketDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "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)."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.support.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-support:1.0.0
|