Share via


AvsResourceSku Class

Definition

A SKU for a resource.

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

Properties

Capabilities

Name value pairs to describe the capability.

Family

The family of the SKU.

LocationInfo

A list of locations and availability zones in those locations where the SKU is available.

Locations

The set of locations that the SKU is available.

Name

The name of the SKU.

ResourceType

The type of resource the SKU applies to.

Restrictions

The restrictions of the SKU.

Size

The size of the SKU.

Tier

The tier of virtual machines in a scale set.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvsResourceSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvsResourceSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvsResourceSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvsResourceSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvsResourceSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to