SignalRResourceSku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The billing information of the resource.
public class SignalRResourceSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SignalR.Models.SignalRResourceSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SignalR.Models.SignalRResourceSku>
public class SignalRResourceSku
type SignalRResourceSku = class
interface IJsonModel<SignalRResourceSku>
interface IPersistableModel<SignalRResourceSku>
type SignalRResourceSku = class
Public Class SignalRResourceSku
Implements IJsonModel(Of SignalRResourceSku), IPersistableModel(Of SignalRResourceSku)
Public Class SignalRResourceSku
- Inheritance
-
SignalRResourceSku
- Implements
Constructors
SignalRResourceSku(String) |
Initializes a new instance of SignalRResourceSku. |
Properties
Capacity |
Optional, integer. The unit count of the resource. 1 by default. If present, following values are allowed: Free: 1 Standard: 1,2,5,10,20,50,100 |
Family |
Not used. Retained for future use. |
Name |
The name of the SKU. Required. Allowed values: Standard_S1, Free_F1 |
Size |
Not used. Retained for future use. |
Tier |
Optional tier of this particular SKU. 'Standard' or 'Free'.
|
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SignalRResourceSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SignalRResourceSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SignalRResourceSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SignalRResourceSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SignalRResourceSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET