ArmSupportModelFactory.QuotaTicketDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public static Azure.ResourceManager.Support.Models.QuotaTicketDetails QuotaTicketDetails(string quotaChangeRequestSubType = default, string quotaChangeRequestVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Support.Models.SupportQuotaChangeContent> quotaChangeRequests = default);
static member QuotaTicketDetails : string * string * seq<Azure.ResourceManager.Support.Models.SupportQuotaChangeContent> -> Azure.ResourceManager.Support.Models.QuotaTicketDetails
Public Shared Function QuotaTicketDetails (Optional quotaChangeRequestSubType As String = Nothing, Optional quotaChangeRequestVersion As String = Nothing, Optional quotaChangeRequests As IEnumerable(Of SupportQuotaChangeContent) = Nothing) As QuotaTicketDetails
Parameters
- quotaChangeRequestSubType
- String
Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase.
- quotaChangeRequestVersion
- String
Quota change request version.
- quotaChangeRequests
- IEnumerable<SupportQuotaChangeContent>
This property is required for providing the region and new quota limits.
Returns
A new QuotaTicketDetails instance for mocking.