Share via


DataMigrationServiceSku Class

Definition

An Azure SKU instance.

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

Constructors

DataMigrationServiceSku()

Initializes a new instance of DataMigrationServiceSku.

Properties

Capacity

The capacity of the SKU, if it supports scaling.

Family

The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines.

Name

The unique name of the SKU, such as 'P3'.

Size

The size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines.

Tier

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationServiceSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataMigrationServiceSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataMigrationServiceSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationServiceSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataMigrationServiceSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to