SupportQuotaChangeContent Class

Definition

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

public class SupportQuotaChangeContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Support.Models.SupportQuotaChangeContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Support.Models.SupportQuotaChangeContent>
type SupportQuotaChangeContent = class
    interface IJsonModel<SupportQuotaChangeContent>
    interface IPersistableModel<SupportQuotaChangeContent>
Public Class SupportQuotaChangeContent
Implements IJsonModel(Of SupportQuotaChangeContent), IPersistableModel(Of SupportQuotaChangeContent)
Inheritance
SupportQuotaChangeContent
Implements

Constructors

SupportQuotaChangeContent()

Initializes a new instance of SupportQuotaChangeContent.

Properties

Payload

Payload of the quota increase request.

Region

Region for which the quota increase request is being made.

Explicit Interface Implementations

IJsonModel<SupportQuotaChangeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SupportQuotaChangeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SupportQuotaChangeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SupportQuotaChangeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SupportQuotaChangeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to