BillingSku Class

Definition

The SKU to be applied for this resource.

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

Constructors

BillingSku()

Initializes a new instance of BillingSku.

Properties

Name

Name of the SKU to be applied.

Explicit Interface Implementations

IJsonModel<BillingSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to