C# Class Amazon.ElasticLoadBalancingV2.Model.RegisterTargetsRequest

Container for the parameters to the RegisterTargets operation. Registers the specified targets with the specified target group.

By default, the load balancer routes requests to registered targets using the protocol and port number for the target group. Alternatively, you can override the port for a target when you register it.

The target must be in the virtual private cloud (VPC) that you specified for the target group. If the target is an EC2 instance, it can't be in the stopped or running state when you register it.

To remove a target from a target group, use DeregisterTargets.

Inheritance: AmazonElasticLoadBalancingV2Request
ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetTargetGroupArn ( ) : bool
IsSetTargets ( ) : bool