Share via


AppPlatformSku Class

Definition

Sku of Azure Spring Apps.

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

Constructors

AppPlatformSku()

Initializes a new instance of AppPlatformSku.

Properties

Capacity

Current capacity of the target resource.

Name

Name of the Sku.

Tier

Tier of the Sku.

Explicit Interface Implementations

IJsonModel<AppPlatformSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to