Share via


QuotaChangeRequest Class

Definition

This property is required for providing the region and new quota limits.

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

Constructors

QuotaChangeRequest()

Creates an new QuotaChangeRequest instance.

Properties

Payload

Payload of the quota increase request.

Region

Region for which the quota increase request is being made.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaChangeRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaChangeRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaChangeRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to