共用方式為


AvailableServiceSkuSku Class

Definition

SKU name, tier, etc.

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

Properties

Family

SKU family.

Name

The name of the SKU.

Size

SKU size.

Tier

The tier of the SKU, such as "Basic", "General Purpose", or "Business Critical".

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvailableServiceSkuSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvailableServiceSkuSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableServiceSkuSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableServiceSkuSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvailableServiceSkuSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to