QuotaTicketDetails Constructors
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.
Overloads
QuotaTicketDetails() |
Initializes a new instance of the QuotaTicketDetails class. |
QuotaTicketDetails(String, String, IList<QuotaChangeRequest>) |
Initializes a new instance of the QuotaTicketDetails class. |
QuotaTicketDetails()
Initializes a new instance of the QuotaTicketDetails class.
public QuotaTicketDetails ();
Public Sub New ()
Applies to
QuotaTicketDetails(String, String, IList<QuotaChangeRequest>)
Initializes a new instance of the QuotaTicketDetails class.
public QuotaTicketDetails (string quotaChangeRequestSubType = default, string quotaChangeRequestVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Support.Models.QuotaChangeRequest> quotaChangeRequests = default);
new Microsoft.Azure.Management.Support.Models.QuotaTicketDetails : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Support.Models.QuotaChangeRequest> -> Microsoft.Azure.Management.Support.Models.QuotaTicketDetails
Public Sub New (Optional quotaChangeRequestSubType As String = Nothing, Optional quotaChangeRequestVersion As String = Nothing, Optional quotaChangeRequests As IList(Of QuotaChangeRequest) = Nothing)
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
- IList<QuotaChangeRequest>
This property is required for providing the region and new quota limits.
Applies to
Azure SDK for .NET