Share via


QuotaTicketDetails Class

Definition

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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.QuotaTicketDetailsTypeConverter))]
public class QuotaTicketDetails : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IQuotaTicketDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.QuotaTicketDetailsTypeConverter))>]
type QuotaTicketDetails = class
    interface IQuotaTicketDetails
    interface IJsonSerializable
Public Class QuotaTicketDetails
Implements IQuotaTicketDetails
Inheritance
QuotaTicketDetails
Attributes
Implements

Constructors

QuotaTicketDetails()

Creates an new QuotaTicketDetails instance.

Properties

QuotaChangeRequest

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaTicketDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaTicketDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IQuotaTicketDetails.

FromJsonString(String)

Creates a new instance of QuotaTicketDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaTicketDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to