Freigeben über


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

Constructors

Name Description
NginxDeploymentScalingPropertiesAutoScaleSettings()

Creates an new NginxDeploymentScalingPropertiesAutoScaleSettings instance.

Properties

Name Description
Profile

Methods

Name Description
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.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