共用方式為


AvailableServiceSku Class

Definition

Describes the available service SKU.

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

Properties

Capacity

A description of the scaling capacities of the SKU.

ResourceType

The resource type, including the provider namespace.

Sku

SKU name, tier, etc.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvailableServiceSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvailableServiceSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableServiceSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableServiceSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvailableServiceSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to