다음을 통해 공유


IntegrationServiceEnvironmentSkuCapacity Class

Definition

The integration service environment sku capacity.

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

Properties

Default

The default capacity.

Maximum

The maximum capacity.

Minimum

The minimum capacity.

ScaleType

The sku scale type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationServiceEnvironmentSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationServiceEnvironmentSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationServiceEnvironmentSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationServiceEnvironmentSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationServiceEnvironmentSkuCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to