AWS SDK for .NET Documentation
DeleteLoadBalancerPolicyRequest Class
AmazonAmazon.ElasticLoadBalancing.ModelDeleteLoadBalancerPolicyRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteLoadBalancerPolicy operation.

Deletes a policy from the load balancer. The specified policy must not be enabled for any listeners.

Declaration Syntax
C#
public class DeleteLoadBalancerPolicyRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteLoadBalancerPolicyRequest()()()()
Default constructor for a new DeleteLoadBalancerPolicyRequest object. Callers should use the properties or fluent setter (With...) methods to initialize this object after creating it.

DeleteLoadBalancerPolicyRequest(String, String)
Constructs a new DeleteLoadBalancerPolicyRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
LoadBalancerName
The mnemonic name associated with the load balancer.

PolicyName
The mnemonic name for the policy being deleted.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithLoadBalancerName(String) Obsolete.
Sets the LoadBalancerName property

WithPolicyName(String) Obsolete.
Sets the PolicyName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteLoadBalancerPolicyRequest
See Also

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