Delen via


AppPlatformSkuCapacity Class

Definition

The SKU capacity.

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

Properties

Default

Gets or sets the default.

Maximum

Gets or sets the maximum.

Minimum

Gets or sets the minimum.

ScaleType

Gets or sets the type of the scale.

Explicit Interface Implementations

IJsonModel<AppPlatformSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformSkuCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to