Lists Availability Zones that are currently
            available to the account and their states.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeAvailabilityZonesRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeAvailabilityZonesRequest()()()() | Initializes a new instance of the DescribeAvailabilityZonesRequest class | 
|  | Equals(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
 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
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeAvailabilityZonesRequest | |