PurviewQuotaName Class

Definition

Quota name.

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

Properties

LocalizedValue

Gets or sets the localized name value.

Value

Gets or sets the name value.

Explicit Interface Implementations

IJsonModel<PurviewQuotaName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PurviewQuotaName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PurviewQuotaName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PurviewQuotaName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PurviewQuotaName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to