PurviewUsageName Class

Definition

Quota name.

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

Properties

LocalizedValue

Gets or sets the localized name value.

(Inherited from PurviewQuotaName)
Value

Gets or sets the name value.

(Inherited from PurviewQuotaName)

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.

(Inherited from PurviewQuotaName)
IJsonModel<PurviewQuotaName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PurviewQuotaName)
IJsonModel<PurviewUsageName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PurviewUsageName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PurviewQuotaName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PurviewQuotaName)
IPersistableModel<PurviewQuotaName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from PurviewQuotaName)
IPersistableModel<PurviewQuotaName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PurviewQuotaName)
IPersistableModel<PurviewUsageName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PurviewUsageName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PurviewUsageName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to