AWS SDK for .NET Documentation
DeleteHealthCheckRequest Class
AmazonAmazon.Route53.ModelDeleteHealthCheckRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteHealthCheck operation.

This action deletes a health check. To delete a health check, send a DELETE request to the 2013-04-01/healthcheck/health check ID resource.

IMPORTANT: You can delete a health check only if there are no resource record sets associated with this health check. If resource record sets are associated with this health check, you must disassociate them before you can delete your health check. If you try to delete a health check that is associated with resource record sets, Route 53 will deny your request with a HealthCheckInUse error. For information about disassociating the records from your health check, see ChangeResourceRecordSets.

Declaration Syntax
C#
public class DeleteHealthCheckRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteHealthCheckRequest()()()()
Initializes a new instance of the DeleteHealthCheckRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HealthCheckId
The ID of the health check to delete.

Constraints:

Length
0 - 64


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithHealthCheckId(String) Obsolete.
Sets the HealthCheckId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteHealthCheckRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)