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

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

Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.

For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide.

/// The specified load balancer does not exist. /// /// The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access /// Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded /// the certificate to IAM, this error might indicate that the certificate is not fully /// available yet. /// /// A listener already exists for the specified load balancer name and port, but with /// a different instance port, protocol, or SSL certificate. /// /// The requested configuration change is not valid. /// /// ///
public CreateLoadBalancerListeners ( CreateLoadBalancerListenersRequest request ) : CreateLoadBalancerListenersResponse
request Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersRequest Container for the necessary parameters to execute the CreateLoadBalancerListeners service method.
Результат Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersResponse
        public CreateLoadBalancerListenersResponse CreateLoadBalancerListeners(CreateLoadBalancerListenersRequest request)
        {
            var marshaller = new CreateLoadBalancerListenersRequestMarshaller();
            var unmarshaller = CreateLoadBalancerListenersResponseUnmarshaller.Instance;

            return Invoke<CreateLoadBalancerListenersRequest,CreateLoadBalancerListenersResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticLoadBalancingClient