次の方法で共有


IScale Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ScaleTypeConverter))]
public interface IScale : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ScaleTypeConverter))>]
type IScale = interface
    interface IJsonSerializable
Public Interface IScale
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

MaxReplica

Optional. Maximum number of container replicas. Defaults to 10 if not set.

MinReplica

Optional. Minimum number of container replicas.

Rule

Scaling rules.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to