Condividi tramite


AutoScaleVCorePatch Class

Definition

Update request specification.

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

Constructors

AutoScaleVCorePatch()

Initializes a new instance of AutoScaleVCorePatch.

Properties

CapacityLimit

The maximum capacity of an auto scale v-core resource.

Sku

The SKU of the auto scale v-core resource.

Tags

Key-value pairs of additional provisioning properties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutoScaleVCorePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutoScaleVCorePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutoScaleVCorePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutoScaleVCorePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutoScaleVCorePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to