IQuotaTicketDetails Interface
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.
[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) |