Sets the Availability Zone group.
            
 Declaration Syntax
 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 RequestSpotInstancesRequest WithAvailabilityZoneGroup( string availabilityZoneGroup )
 Parameters
 Parameters- availabilityZoneGroup (String)
- Specifies the Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone. Default: Instances are launched in any available Availability Zone.
 Return Value
 Return Valuethis instance