NginxDeploymentScalingPropertiesAutoScaleSettings Class

Definition

The settings for enabling automatic scaling of the deployment. If this field is specified, 'scale.capacity' must be empty.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxDeploymentScalingPropertiesAutoScaleSettingsTypeConverter))]
public class NginxDeploymentScalingPropertiesAutoScaleSettings : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxDeploymentScalingPropertiesAutoScaleSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxDeploymentScalingPropertiesAutoScaleSettingsTypeConverter))>]
type NginxDeploymentScalingPropertiesAutoScaleSettings = class
    interface INginxDeploymentScalingPropertiesAutoScaleSettings
    interface IJsonSerializable
Public Class NginxDeploymentScalingPropertiesAutoScaleSettings
Implements INginxDeploymentScalingPropertiesAutoScaleSettings
Inheritance
NginxDeploymentScalingPropertiesAutoScaleSettings
Attributes
Implements

Constructors

NginxDeploymentScalingPropertiesAutoScaleSettings()

Creates an new NginxDeploymentScalingPropertiesAutoScaleSettings instance.

Properties

Profile

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NginxDeploymentScalingPropertiesAutoScaleSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxDeploymentScalingPropertiesAutoScaleSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxDeploymentScalingPropertiesAutoScaleSettings.

FromJsonString(String)

Creates a new instance of NginxDeploymentScalingPropertiesAutoScaleSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxDeploymentScalingPropertiesAutoScaleSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to