Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.SetLoadBalancerPoliciesOfListener C# (CSharp) Метод

SetLoadBalancerPoliciesOfListener() публичный Метод

Replaces the current set of policies for the specified load balancer port with the specified set of policies.

To enable back-end server authentication, use SetLoadBalancerPoliciesForBackendServer.

For more information about setting policies, see Update the SSL Negotiation Configuration, Duration-Based Session Stickiness, and Application-Controlled Session Stickiness in the Classic Load Balancers Guide.

/// The specified load balancer does not exist. /// /// The requested configuration change is not valid. /// /// The load balancer does not have a listener configured at the specified port. /// /// One or more of the specified policies do not exist. ///
public SetLoadBalancerPoliciesOfListener ( SetLoadBalancerPoliciesOfListenerRequest request ) : SetLoadBalancerPoliciesOfListenerResponse
request Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest Container for the necessary parameters to execute the SetLoadBalancerPoliciesOfListener service method.
Результат Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerResponse
        public SetLoadBalancerPoliciesOfListenerResponse SetLoadBalancerPoliciesOfListener(SetLoadBalancerPoliciesOfListenerRequest request)
        {
            var marshaller = new SetLoadBalancerPoliciesOfListenerRequestMarshaller();
            var unmarshaller = SetLoadBalancerPoliciesOfListenerResponseUnmarshaller.Instance;

            return Invoke<SetLoadBalancerPoliciesOfListenerRequest,SetLoadBalancerPoliciesOfListenerResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticLoadBalancingClient