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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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