Share via


IQuotaTicketDetails Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to