Freigeben über


IScaleProfileCapacity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.ScaleProfileCapacityTypeConverter))]
public interface IScaleProfileCapacity : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.ScaleProfileCapacityTypeConverter))>]
type IScaleProfileCapacity = interface
    interface IJsonSerializable
Public Interface IScaleProfileCapacity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Max

The maximum number of NCUs the deployment can be autoscaled to.

Min

The minimum number of NCUs the deployment can be autoscaled to.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to