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

ModifyRule() public method

Modifies the specified rule.

Any existing properties that you do not modify retain their current values.

To modify the default action, use ModifyListener.

/// This operation is not allowed. /// /// The specified rule does not exist. /// /// You've reached the limit on the number of load balancers per target group. /// /// You've reached the limit on the number of times a target can be registered with a /// load balancer. ///
public ModifyRule ( ModifyRuleRequest request ) : ModifyRuleResponse
request Amazon.ElasticLoadBalancingV2.Model.ModifyRuleRequest Container for the necessary parameters to execute the ModifyRule service method.
return Amazon.ElasticLoadBalancingV2.Model.ModifyRuleResponse
        public ModifyRuleResponse ModifyRule(ModifyRuleRequest request)
        {
            var marshaller = new ModifyRuleRequestMarshaller();
            var unmarshaller = ModifyRuleResponseUnmarshaller.Instance;

            return Invoke<ModifyRuleRequest,ModifyRuleResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticLoadBalancingV2Client