AWS SDK for .NET Documentation
HealthCheck Class
AmazonAmazon.Route53.ModelHealthCheck Did this page help you?   Yes   No    Tell us about it...

A complex type that contains identifying information about the health check.

Declaration Syntax
C#
public class HealthCheck
Members
All MembersConstructorsMethodsProperties



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

CallerReference
A unique string that identifies the request to create the health check.

Constraints:

Length
1 - 64


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.)
HealthCheckConfig
A complex type that contains the health check configuration.

Id
The ID of the specified health check.

Constraints:

Length
0 - 64


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

WithHealthCheckConfig(HealthCheckConfig) Obsolete.
Sets the HealthCheckConfig property

WithId(String) Obsolete.
Sets the Id property

Inheritance Hierarchy
Object
HealthCheck

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