Container for the parameters to the SetLoadBalancerPoliciesForBackendServer operation.

Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies. After the policies have been created using CreateLoadBalancerPolicy, they can be applied here as a list. At this time, only the back-end server authentication policy type can be applied to the back-end ports; this policy type is composed of multiple public key policies.

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class SetLoadBalancerPoliciesForBackendServerRequest : AmazonWebServiceRequest
Public Class SetLoadBalancerPoliciesForBackendServerRequest _
	Inherits AmazonWebServiceRequest
public ref class SetLoadBalancerPoliciesForBackendServerRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SetLoadBalancerPoliciesForBackendServerRequest()()()()
Initializes a new instance of the SetLoadBalancerPoliciesForBackendServerRequest class
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.)
InstancePort
The port number associated with the back-end server.
LoadBalancerName
The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.
PolicyNames
List of policy names to be set. If the list is empty, then all current polices are removed from the back-end server.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithInstancePort(Int32)
Sets the InstancePort property
WithLoadBalancerName(String)
Sets the LoadBalancerName property
WithPolicyNames(IEnumerable<(Of <<'(String>)>>))
Adds elements to the PolicyNames collection
WithPolicyNames(array<String>[]()[][])
Adds elements to the PolicyNames collection

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticLoadBalancing.Model..::..SetLoadBalancerPoliciesForBackendServerRequest

See Also