ResourcesSku Class

Definition

SKU for the resource.

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

Constructors

ResourcesSku()

Initializes a new instance of ResourcesSku.

Properties

Capacity

The SKU capacity.

Family

The SKU family.

Model

The SKU model.

Name

The SKU name.

Size

The SKU size.

Tier

The SKU tier.

Explicit Interface Implementations

IJsonModel<ResourcesSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourcesSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourcesSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourcesSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourcesSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to