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

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

Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.

For more information about updating your SSL certificate, see Replace the SSL Certificate for Your 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. /// /// The requested configuration change is not valid. /// /// The load balancer does not have a listener configured at the specified port. /// /// ///
public SetLoadBalancerListenerSSLCertificate ( SetLoadBalancerListenerSSLCertificateRequest request ) : SetLoadBalancerListenerSSLCertificateResponse
request Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateRequest Container for the necessary parameters to execute the SetLoadBalancerListenerSSLCertificate service method.
Результат Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateResponse
        public SetLoadBalancerListenerSSLCertificateResponse SetLoadBalancerListenerSSLCertificate(SetLoadBalancerListenerSSLCertificateRequest request)
        {
            var marshaller = new SetLoadBalancerListenerSSLCertificateRequestMarshaller();
            var unmarshaller = SetLoadBalancerListenerSSLCertificateResponseUnmarshaller.Instance;

            return Invoke<SetLoadBalancerListenerSSLCertificateRequest,SetLoadBalancerListenerSSLCertificateResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticLoadBalancingClient