SignalRSku Class

Definition

Describes an available sku.".

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

Properties

Capacity

Describes scaling information of a sku.

ResourceType

The resource type that this object applies to.

Sku

The billing information of the resource.

Explicit Interface Implementations

IJsonModel<SignalRSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SignalRSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SignalRSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SignalRSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SignalRSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to