AppServicePoolSkuInfo Class

Definition

SKU discovery information.

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

Properties

Capacity

Min, max, and default scale values of the SKU.

ResourceType

Resource type that this SKU applies to.

Sku

Name and tier of the SKU.

Explicit Interface Implementations

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