C# 클래스 Amazon.ElasticLoadBalancingV2.Model.CreateRuleRequest

Container for the parameters to the CreateRule operation. Creates a rule for the specified listener.

Each rule can have one action and one condition. Rules are evaluated in priority order, from the lowest value to the highest value. When the condition for a rule is met, the specified action is taken. If no conditions are met, the default action for the default rule is taken. For more information, see Listener Rules in the Application Load Balancers Guide.

To view your current rules, use DescribeRules. To update a rule, use ModifyRule. To set the priorities of your rules, use SetRulePriorities. To delete a rule, use DeleteRule.

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

비공개 메소드들

메소드 설명
IsSetActions ( ) : bool
IsSetConditions ( ) : bool
IsSetListenerArn ( ) : bool
IsSetPriority ( ) : bool