AWS SDK for .NET Documentation
DescribeAvailabilityZonesRequest Class
AmazonAmazon.EC2.ModelDescribeAvailabilityZonesRequest Did this page help you?   Yes   No    Tell us about it...
Lists Availability Zones that are currently available to the account and their states.
Declaration Syntax
C#
public class DescribeAvailabilityZonesRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeAvailabilityZonesRequest()()()()
Initializes a new instance of the DescribeAvailabilityZonesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
A list of filters used to match system-defined properties and user-defined tags associated with the specified AvailabilityZones. For a complete reference to the available filter keys for this operation, see the Amazon EC2 API reference.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetFilter()()()()
Checks if Filter property is set

IsSetZoneName()()()()
Checks if ZoneName property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithFilter(array<Filter>[]()[][]) Obsolete.
Sets the filters used to match system-defined properties and user-defined tags associated with the specified AvailabilityZones.

WithZoneName(array<String>[]()[][]) Obsolete.
Sets Availability Zone names.

ZoneName
One or more Availability Zone names.

Remarks
Availability Zones are not the same across accounts. The Availability Zone us-east-1a for account A is not necessarily the same as us-east-1a for account B. Zone assignments are mapped independently for each account.
Inheritance Hierarchy
Object
EC2Request
 DescribeAvailabilityZonesRequest

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