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.
[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() |