AWS SDK for .NET Documentation
WithMinCount Method (minCount)
AmazonAmazon.EC2.ModelRunInstancesRequestWithMinCount(Decimal) Did this page help you?   Yes   No    Tell us about it...
Sets the minimum number of instances to launch.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public RunInstancesRequest WithMinCount(
	decimal minCount
)
Parameters
minCount (Decimal)
Minimum number of instances to launch. If the value is more than Amazon EC2 can launch, no instances are launched at all. Constraints: Between 1 and the maximum number allowed for your account (default: 20).
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)