AWS SDK for .NET Documentation
WithInstanceCount Method (instanceCount)
AmazonAmazon.EC2.ModelCreateReservedInstancesListingRequestWithInstanceCount(Int32) Did this page help you?   Yes   No    Tell us about it...
Sets the number of instances that are a part of a Reserved Instance account that will be listed in the Reserved Instance Marketplace.
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 CreateReservedInstancesListingRequest WithInstanceCount(
	int instanceCount
)
Parameters
instanceCount (Int32)
Number of instances to list
Return Value
this instance
Remarks
This number should be less or equal to the instance count associated with the Reserved Instance ID specified in the request.

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