Share via


NginxDeploymentScalingProperties Class

Definition

Information on how the deployment will be scaled.

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

Constructors

NginxDeploymentScalingProperties()

Initializes a new instance of NginxDeploymentScalingProperties.

Properties

Capacity

Gets or sets the capacity.

Profiles

Gets the profiles.

Explicit Interface Implementations

IJsonModel<NginxDeploymentScalingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NginxDeploymentScalingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NginxDeploymentScalingProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NginxDeploymentScalingProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NginxDeploymentScalingProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to