Share via


RoleScalingRequest.MinInstances Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

The minimum amount of instances that should be present after the request is fulfilled.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Scaling
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public int MinInstances { get; set; }
'Declaration
Public Property MinInstances As Integer
    Get
    Set
public:
property int MinInstances {
    int get ();
    void set (int value);
}

See Also

RoleScalingRequest Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Scaling Namespace