C# Класс Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateRequest

Container for the parameters to the SetLoadBalancerListenerSSLCertificate operation. 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.

Наследование: AmazonElasticLoadBalancingRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SetLoadBalancerListenerSSLCertificateRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

SetLoadBalancerListenerSSLCertificateRequest ( string loadBalancerName, int loadBalancerPort, string sslCertificateId ) : System

Instantiates SetLoadBalancerListenerSSLCertificateRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetLoadBalancerName ( ) : bool
IsSetLoadBalancerPort ( ) : bool
IsSetSSLCertificateId ( ) : bool

Описание методов

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

Empty constructor used to set properties independently even when a simple constructor is available
public SetLoadBalancerListenerSSLCertificateRequest ( ) : System
Результат System

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

Instantiates SetLoadBalancerListenerSSLCertificateRequest with the parameterized properties
public SetLoadBalancerListenerSSLCertificateRequest ( string loadBalancerName, int loadBalancerPort, string sslCertificateId ) : System
loadBalancerName string The name of the load balancer.
loadBalancerPort int The port that uses the specified SSL certificate.
sslCertificateId string The Amazon Resource Name (ARN) of the SSL certificate.
Результат System