ManagedInstanceVcoresCapability Class

Definition

The managed instance virtual cores capability.

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

Properties

IncludedMaxSize

Included size.

IsInstancePoolSupported

True if this service objective is supported for managed instances in an instance pool.

IsStandaloneSupported

True if this service objective is supported for standalone managed instances.

Name

The virtual cores identifier.

Reason

The reason for the capability not being available.

Status

The status of the capability.

SupportedMaintenanceConfigurations

List of supported maintenance configurations.

SupportedStorageSizes

Storage size ranges.

Value

The virtual cores value.

Explicit Interface Implementations

IJsonModel<ManagedInstanceVcoresCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedInstanceVcoresCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedInstanceVcoresCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedInstanceVcoresCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedInstanceVcoresCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to