Amazon.Route53.AmazonRoute53Client.ListHealthChecks C# (CSharp) Method

ListHealthChecks() public method

Retrieve a list of your health checks. Send a GET request to the /2013-04-01/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

For information about listing health checks using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover.

/// The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. /// Please consider using a newer endpoint or a tool that does so. /// /// The input is not valid. ///
public ListHealthChecks ( ) : ListHealthChecksResponse
return ListHealthChecksResponse
        public ListHealthChecksResponse ListHealthChecks()
        {
            return ListHealthChecks(new ListHealthChecksRequest());
        }

Same methods

AmazonRoute53Client::ListHealthChecks ( ListHealthChecksRequest request ) : ListHealthChecksResponse
AmazonRoute53Client