Amazon.DirectConnect.AmazonDirectConnectClient.DescribeLocations C# (CSharp) Method

DescribeLocations() public method

Returns the list of AWS Direct Connect locations in the current AWS region. These are the locations that may be selected when calling CreateConnection or CreateInterconnect.
/// The API was called with invalid parameters. The error message will contain additional /// details about the cause. /// /// A server-side error occurred during the API call. The error message will contain additional /// details about the cause. ///
public DescribeLocations ( ) : DescribeLocationsResponse
return DescribeLocationsResponse
        public DescribeLocationsResponse DescribeLocations()
        {
            return DescribeLocations(new DescribeLocationsRequest());
        }

Same methods

AmazonDirectConnectClient::DescribeLocations ( DescribeLocationsRequest request ) : DescribeLocationsResponse
AmazonDirectConnectClient