Amazon.Route53.AmazonRoute53Client.DeleteHealthCheck C# (CSharp) Méthode

DeleteHealthCheck() public méthode

Deletes a health check. Send a DELETE request to the /2013-04-01/healthcheck/health check ID resource.

Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status of the health check can't be predicted and may change. This will affect the routing of DNS queries for your DNS failover configuration. For more information, see Replacing and Deleting Health Checks in the Amazon Route 53 Developer Guide.

/// The health check ID for this health check is referenced in the HealthCheckId /// element in one of the resource record sets in one of the hosted zones that are owned /// by the current AWS account. /// /// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. ///
public DeleteHealthCheck ( DeleteHealthCheckRequest request ) : DeleteHealthCheckResponse
request DeleteHealthCheckRequest Container for the necessary parameters to execute the DeleteHealthCheck service method.
Résultat DeleteHealthCheckResponse
        public DeleteHealthCheckResponse DeleteHealthCheck(DeleteHealthCheckRequest request)
        {
            var marshaller = new DeleteHealthCheckRequestMarshaller();
            var unmarshaller = DeleteHealthCheckResponseUnmarshaller.Instance;

            return Invoke<DeleteHealthCheckRequest,DeleteHealthCheckResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client