Share via


JavaComponentPropertiesScale Class

Definition

Java component scaling configurations.

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

Constructors

JavaComponentPropertiesScale()

Initializes a new instance of JavaComponentPropertiesScale.

Properties

MaxReplicas

Optional. Maximum number of Java component replicas.

MinReplicas

Optional. Minimum number of Java component replicas. Defaults to 1 if not set.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<JavaComponentPropertiesScale>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<JavaComponentPropertiesScale>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JavaComponentPropertiesScale>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JavaComponentPropertiesScale>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<JavaComponentPropertiesScale>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to