InstancePoolVcoresCapability Class

Definition

The managed instance virtual cores capability.

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

Properties

Name

The virtual cores identifier.

Reason

The reason for the capability not being available.

Status

The status of the capability.

StorageLimit

Storage limit.

Value

The virtual cores value.

Explicit Interface Implementations

IJsonModel<InstancePoolVcoresCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InstancePoolVcoresCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InstancePoolVcoresCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InstancePoolVcoresCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InstancePoolVcoresCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to