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

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

공개 메소드들

메소드 설명
DeleteLoadBalancerPolicyRequest ( ) : System

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

DeleteLoadBalancerPolicyRequest ( string loadBalancerName, string policyName ) : System

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

비공개 메소드들

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

메소드 상세

DeleteLoadBalancerPolicyRequest() 공개 메소드

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

DeleteLoadBalancerPolicyRequest() 공개 메소드

Constructs a new DeleteLoadBalancerPolicyRequest object. Callers should use the properties initialize any additional object members.
public DeleteLoadBalancerPolicyRequest ( string loadBalancerName, string policyName ) : System
loadBalancerName string The mnemonic name associated with the load balancer.
policyName string The mnemonic name for the policy being deleted.
리턴 System