Scale Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Scale() |
Initializes a new instance of the Scale class. |
Scale(Nullable<Int32>, Nullable<Int32>, IList<ScaleRule>) |
Initializes a new instance of the Scale class. |
Scale()
Initializes a new instance of the Scale class.
public Scale();
Public Sub New ()
Applies to
Scale(Nullable<Int32>, Nullable<Int32>, IList<ScaleRule>)
Initializes a new instance of the Scale class.
public Scale(int? minReplicas = default, int? maxReplicas = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ScaleRule> rules = default);
new Microsoft.Azure.Management.WebSites.Models.Scale : Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ScaleRule> -> Microsoft.Azure.Management.WebSites.Models.Scale
Public Sub New (Optional minReplicas As Nullable(Of Integer) = Nothing, Optional maxReplicas As Nullable(Of Integer) = Nothing, Optional rules As IList(Of ScaleRule) = Nothing)
Parameters
Optional. Maximum number of container replicas. Defaults to 10 if not set.