ApiManagementResourceSkuCapacity Class

Definition

Describes scaling information of a SKU.

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

Properties

Default

The default capacity.

Maximum

The maximum capacity that can be set.

Minimum

The minimum capacity.

ScaleType

The scale type applicable to the sku.

Explicit Interface Implementations

IJsonModel<ApiManagementResourceSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementResourceSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementResourceSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementResourceSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementResourceSkuCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to