C# Class Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetLoadBalancerName ( ) : bool
IsSetLoadBalancerPort ( ) : bool
IsSetPolicyNames ( ) : bool

Method Details

SetLoadBalancerPoliciesOfListenerRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public SetLoadBalancerPoliciesOfListenerRequest ( ) : System
Résultat System

SetLoadBalancerPoliciesOfListenerRequest() public méthode

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.
Résultat System