AppServicePoolSkuInfo Class

Definition

SKU discovery information. Serialized Name: SkuInfo

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

Properties

Name Description
Capacity

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

ResourceType

Resource type that this SKU applies to. Serialized Name: SkuInfo.resourceType

Sku

Name and tier of the SKU. Serialized Name: SkuInfo.sku

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AppServicePoolSkuInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServicePoolSkuInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServicePoolSkuInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServicePoolSkuInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to