다음을 통해 공유


DataMigrationQuotaName Class

Definition

The name of the quota.

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

Properties

LocalizedValue

The localized name of the quota.

Value

The unlocalized name (or ID) of the quota.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationQuotaName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataMigrationQuotaName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataMigrationQuotaName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationQuotaName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataMigrationQuotaName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to