GlobalCsmSkuDescription Class

Definition

A Global SKU Description. Serialized Name: GlobalCsmSkuDescription

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

Properties

Name Description
Capabilities

Capabilities of the SKU, e.g., is traffic manager enabled? Serialized Name: GlobalCsmSkuDescription.capabilities

Capacity

Min, max, and default scale values of the SKU. Serialized Name: GlobalCsmSkuDescription.capacity

Family

Family code of the resource SKU. Serialized Name: GlobalCsmSkuDescription.family

Locations

Locations of the SKU. Serialized Name: GlobalCsmSkuDescription.locations

Name

Name of the resource SKU. Serialized Name: GlobalCsmSkuDescription.name

Size

Size specifier of the resource SKU. Serialized Name: GlobalCsmSkuDescription.size

Tier

Service Tier of the resource SKU. Serialized Name: GlobalCsmSkuDescription.tier

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<GlobalCsmSkuDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GlobalCsmSkuDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GlobalCsmSkuDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GlobalCsmSkuDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GlobalCsmSkuDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to