SignalRSkuCapacity Class

Definition

Describes scaling information of a sku.

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

Properties

AllowedValues

Allows capacity value list.

Default

The default capacity.

Maximum

The highest permitted capacity for this resource.

Minimum

The lowest permitted capacity for this resource.

ScaleType

The scale type applicable to the sku.

Explicit Interface Implementations

IJsonModel<SignalRSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SignalRSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SignalRSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SignalRSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SignalRSkuCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to