AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about the health of a target.

Inheritance Hierarchy

System.Object
  Amazon.ElasticLoadBalancingV2.Model.TargetHealthDescription

Namespace: Amazon.ElasticLoadBalancingV2.Model
Assembly: AWSSDK.ElasticLoadBalancingV2.dll
Version: 3.x.y.z

Syntax

C#
public class TargetHealthDescription

The TargetHealthDescription type exposes the following members

Constructors

NameDescription
Public Method TargetHealthDescription()

Properties

NameTypeDescription
Public Property AnomalyDetection Amazon.ElasticLoadBalancingV2.Model.AnomalyDetection

Gets and sets the property AnomalyDetection.

The anomaly detection result for the target.

If no anomalies were detected, the result is normal.

If anomalies were detected, the result is anomalous.

Public Property HealthCheckPort System.String

Gets and sets the property HealthCheckPort.

The port to use to connect with the target.

Public Property Target Amazon.ElasticLoadBalancingV2.Model.TargetDescription

Gets and sets the property Target.

The description of the target.

Public Property TargetHealth Amazon.ElasticLoadBalancingV2.Model.TargetHealth

Gets and sets the property TargetHealth.

The health information for the target.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5