QuotaOperationDisplay Class

Definition

The QuotaOperationDisplay.

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

Properties

Description

Operation description.

Operation

Operation name.

Provider

Provider name.

Resource

Resource name.

Explicit Interface Implementations

IJsonModel<QuotaOperationDisplay>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QuotaOperationDisplay>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QuotaOperationDisplay>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QuotaOperationDisplay>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QuotaOperationDisplay>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to