AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
For .NET Core this operation is only available in asynchronous form. Please refer to DescribeAddressesAsync.
Namespace: Amazon.EC2
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public virtual DescribeAddressesResponse DescribeAddresses( DescribeAddressesRequest request )
Container for the necessary parameters to execute the DescribeAddresses service method.
This example describes your Elastic IP addresses.
var client = new AmazonEC2Client(); var response = client.DescribeAddresses(new DescribeAddressesRequest { }); List<Address> addresses = response.Addresses;
.NET Framework:
Supported in: 4.5 and newer, 3.5