CreateGenericQuotaRequestParameters Class

Definition

Quota change requests information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CreateGenericQuotaRequestParametersTypeConverter))]
public class CreateGenericQuotaRequestParameters : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICreateGenericQuotaRequestParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CreateGenericQuotaRequestParametersTypeConverter))>]
type CreateGenericQuotaRequestParameters = class
    interface ICreateGenericQuotaRequestParameters
    interface IJsonSerializable
Public Class CreateGenericQuotaRequestParameters
Implements ICreateGenericQuotaRequestParameters
Inheritance
CreateGenericQuotaRequestParameters
Attributes
Implements

Constructors

CreateGenericQuotaRequestParameters()

Creates an new CreateGenericQuotaRequestParameters instance.

Properties

Value

Quota change requests.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CreateGenericQuotaRequestParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CreateGenericQuotaRequestParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICreateGenericQuotaRequestParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CreateGenericQuotaRequestParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to