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

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
SetLoadBalancerPoliciesOfListenerRequest ( ) : System

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

SetLoadBalancerPoliciesOfListenerRequest ( string loadBalancerName, int loadBalancerPort, List policyNames ) : System

Instantiates SetLoadBalancerPoliciesOfListenerRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetLoadBalancerName ( ) : bool
IsSetLoadBalancerPort ( ) : bool
IsSetPolicyNames ( ) : bool

메소드 상세

SetLoadBalancerPoliciesOfListenerRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public SetLoadBalancerPoliciesOfListenerRequest ( ) : System
리턴 System

SetLoadBalancerPoliciesOfListenerRequest() 공개 메소드

Instantiates SetLoadBalancerPoliciesOfListenerRequest with the parameterized properties
public SetLoadBalancerPoliciesOfListenerRequest ( string loadBalancerName, int loadBalancerPort, List policyNames ) : System
loadBalancerName string The name of the load balancer.
loadBalancerPort int The external port of the load balancer.
policyNames List The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.
리턴 System