BillingInfoSku 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 BillingInfoSku
public class BillingInfoSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.Models.BillingInfoSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.Models.BillingInfoSku>
type BillingInfoSku = class
type BillingInfoSku = class
interface IJsonModel<BillingInfoSku>
interface IPersistableModel<BillingInfoSku>
Public Class BillingInfoSku
Public Class BillingInfoSku
Implements IJsonModel(Of BillingInfoSku), IPersistableModel(Of BillingInfoSku)
- Inheritance
-
BillingInfoSku
- Implements
Constructors
BillingInfoSku(String) |
Initializes a new instance of BillingInfoSku. |
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<BillingInfoSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BillingInfoSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BillingInfoSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BillingInfoSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BillingInfoSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |