Sdílet prostřednictvím


ResourceSku Class

Definition

Describes an available DMS SKU.

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

Properties

ApiVersions

The api versions that support this SKU.

Capabilities

A name value pair to describe the capability.

Capacity

Not used.

Costs

Metadata for retrieving price info.

Family

The Family of this particular SKU.

Kind

The Kind of resources that are supported in this SKU.

Locations

The set of locations that the SKU is available.

Name

The name of SKU.

ResourceType

The type of resource the SKU applies to.

Restrictions

The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

Size

The Size of the SKU.

Tier

Specifies the tier of DMS in a scale set.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to