Container for the parameters to the DeleteLoadBalancerPolicy operation.
Namespace: Amazon.ElasticLoadBalancing.ModelDeletes a policy from the LoadBalancer. The specified policy must not be enabled for any listeners.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteLoadBalancerPolicyRequest : AmazonWebServiceRequest
Public Class DeleteLoadBalancerPolicyRequest _ Inherits AmazonWebServiceRequest
public ref class DeleteLoadBalancerPolicyRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| 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) | (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 LoadBalancer. The name must be unique within your AWS account.
| |
| PolicyName |
The mnemonic name for the policy being deleted.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithLoadBalancerName(String) |
Sets the LoadBalancerName property
| |
| WithPolicyName(String) |
Sets the PolicyName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DeleteLoadBalancerPolicyRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DeleteLoadBalancerPolicyRequest