AvsSku Class

Definition

The resource model definition representing SKU.

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

Constructors

AvsSku(String)

Initializes a new instance of AvsSku.

Properties

Name

The name of the SKU.

Explicit Interface Implementations

IJsonModel<AvsSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvsSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvsSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvsSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvsSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to