C# 클래스 Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersRequest

Container for the parameters to the DeleteLoadBalancerListeners operation.

Deletes listeners from the LoadBalancer for the specified port.

상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteLoadBalancerListenersRequest ( ) : System

Default constructor for a new DeleteLoadBalancerListenersRequest object. Callers should use the properties to initialize this object after creating it.

DeleteLoadBalancerListenersRequest ( string loadBalancerName, List loadBalancerPorts ) : System

Constructs a new DeleteLoadBalancerListenersRequest object. Callers should use the properties initialize any additional object members.

비공개 메소드들

메소드 설명
IsSetLoadBalancerName ( ) : bool
IsSetLoadBalancerPorts ( ) : bool

메소드 상세

DeleteLoadBalancerListenersRequest() 공개 메소드

Default constructor for a new DeleteLoadBalancerListenersRequest object. Callers should use the properties to initialize this object after creating it.
public DeleteLoadBalancerListenersRequest ( ) : System
리턴 System

DeleteLoadBalancerListenersRequest() 공개 메소드

Constructs a new DeleteLoadBalancerListenersRequest object. Callers should use the properties initialize any additional object members.
public DeleteLoadBalancerListenersRequest ( string loadBalancerName, List loadBalancerPorts ) : System
loadBalancerName string The mnemonic name associated with the load balancer.
loadBalancerPorts List The client port number(s) of the load balancer listener(s) to be removed.
리턴 System