Share via


AvailableAppPlatformSku Class

Definition

Describes an available Azure Spring Apps SKU.

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

Properties

Capacity

Gets the capacity of SKU.

LocationInfo

Gets a list of locations and availability zones in those locations where the SKU is available.

Locations

Gets the set of locations that the SKU is available.

Name

Gets the name of SKU.

ResourceType

Gets the type of resource the SKU applies to.

Restrictions

Gets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

Tier

Gets the tier of SKU.

Explicit Interface Implementations

IJsonModel<AvailableAppPlatformSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvailableAppPlatformSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableAppPlatformSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableAppPlatformSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvailableAppPlatformSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to