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

C# |
public class HealthCheck

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | HealthCheck()()()() | Initializes a new instance of the HealthCheck class |
![]() | CallerReference |
A unique string that identifies the request to create the health check.
Constraints: |
![]() | Equals(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: |
![]() | 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
|

Object | |
![]() | HealthCheck |