Amazon.ElasticLoadBalancingV2.AmazonElasticLoadBalancingV2Client.ModifyTargetGroup C# (CSharp) Method

ModifyTargetGroup() public method

Modifies the health checks used when evaluating the health state of the targets in the specified target group.

To monitor the health of the targets, use DescribeTargetHealth.

/// The specified target group does not exist. ///
public ModifyTargetGroup ( ModifyTargetGroupRequest request ) : ModifyTargetGroupResponse
request Amazon.ElasticLoadBalancingV2.Model.ModifyTargetGroupRequest Container for the necessary parameters to execute the ModifyTargetGroup service method.
return Amazon.ElasticLoadBalancingV2.Model.ModifyTargetGroupResponse
        public ModifyTargetGroupResponse ModifyTargetGroup(ModifyTargetGroupRequest request)
        {
            var marshaller = new ModifyTargetGroupRequestMarshaller();
            var unmarshaller = ModifyTargetGroupResponseUnmarshaller.Instance;

            return Invoke<ModifyTargetGroupRequest,ModifyTargetGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticLoadBalancingV2Client