QuotaTicketDetails Class
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 class QuotaTicketDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Support.Models.QuotaTicketDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Support.Models.QuotaTicketDetails>
type QuotaTicketDetails = class
interface IJsonModel<QuotaTicketDetails>
interface IPersistableModel<QuotaTicketDetails>
Public Class QuotaTicketDetails
Implements IJsonModel(Of QuotaTicketDetails), IPersistableModel(Of QuotaTicketDetails)
- Inheritance
-
QuotaTicketDetails
- Implements
Constructors
QuotaTicketDetails() |
Initializes a new instance of QuotaTicketDetails. |
Properties
QuotaChangeRequests |
This property is required for providing the region and new quota limits. |
QuotaChangeRequestSubType |
Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase. |
QuotaChangeRequestVersion |
Quota change request version. |
Explicit Interface Implementations
IJsonModel<QuotaTicketDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<QuotaTicketDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<QuotaTicketDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<QuotaTicketDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<QuotaTicketDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET