Share via


BillingAzurePlan Class

Definition

Details of the Azure plan.

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

Constructors

BillingAzurePlan()

Initializes a new instance of BillingAzurePlan.

Properties

ProductId

The ID that uniquely identifies a product.

SkuDescription

The sku description.

SkuId

The ID that uniquely identifies a sku.

Explicit Interface Implementations

IJsonModel<BillingAzurePlan>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingAzurePlan>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingAzurePlan>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingAzurePlan>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingAzurePlan>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to