Condividi tramite


AutoScaleVCoreSku Class

Definition

Represents the SKU name and Azure pricing tier for auto scale v-core resource.

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

Constructors

AutoScaleVCoreSku(String)

Initializes a new instance of AutoScaleVCoreSku.

Properties

Capacity

The capacity of an auto scale v-core resource.

Name

Name of the SKU level.

Tier

The name of the Azure pricing tier to which the SKU applies.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutoScaleVCoreSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutoScaleVCoreSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutoScaleVCoreSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutoScaleVCoreSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutoScaleVCoreSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to