다음을 통해 공유


BillingBenefitsSku Class

Definition

The SKU to be applied for this resource.

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

Constructors

BillingBenefitsSku()

Initializes a new instance of BillingBenefitsSku.

Properties

Name

Name of the SKU to be applied.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BillingBenefitsSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingBenefitsSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingBenefitsSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingBenefitsSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingBenefitsSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to