Share 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>
type AppPlatformSkuCapacity = class
    interface IJsonModel<AppPlatformSkuCapacity>
    interface IPersistableModel<AppPlatformSkuCapacity>
Public Class AppPlatformSkuCapacity
Implements IJsonModel(Of AppPlatformSkuCapacity), IPersistableModel(Of AppPlatformSkuCapacity)
Inheritance
System.Object
AppPlatformSkuCapacity
Implements
System.ClientModel.Primitives.IJsonModel<AppPlatformSkuCapacity> System.ClientModel.Primitives.IPersistableModel<AppPlatformSkuCapacity> System.ClientModel.Primitives.IPersistableModel<T>

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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 System.Text.Json.Utf8JsonWriter.

IPersistableModel<AppPlatformSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.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 System.BinaryData.

Applies to