AWS SDK for .NET Documentation
DeleteLoadBalancerPolicyRequest Constructor (loadBalancerName, policyName)
AmazonAmazon.ElasticLoadBalancing.ModelDeleteLoadBalancerPolicyRequestDeleteLoadBalancerPolicyRequest(String, String) Did this page help you?   Yes   No    Tell us about it...
Constructs a new DeleteLoadBalancerPolicyRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.
Declaration Syntax
C#
public DeleteLoadBalancerPolicyRequest(
	string loadBalancerName,
	string policyName
)
Parameters
loadBalancerName (String)
The mnemonic name associated with the load balancer.
policyName (String)
The mnemonic name for the policy being deleted.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)