Container for the parameters to the ApplySecurityGroupsToLoadBalancer operation.

Associates one or more security groups with your LoadBalancer in VPC. The provided security group IDs will override any currently applied security groups.

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 ApplySecurityGroupsToLoadBalancerRequest : AmazonWebServiceRequest
Public Class ApplySecurityGroupsToLoadBalancerRequest _
	Inherits AmazonWebServiceRequest
public ref class ApplySecurityGroupsToLoadBalancerRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ApplySecurityGroupsToLoadBalancerRequest()()()()
Initializes a new instance of the ApplySecurityGroupsToLoadBalancerRequest 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.)
LoadBalancerName
The name associated with the LoadBalancer. The name must be unique within the client AWS account.
SecurityGroups
A list of security group IDs to associate with your LoadBalancer in VPC. The security group IDs must be provided as the ID and not the security group name (For example, sg-1234).
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithLoadBalancerName(String)
Sets the LoadBalancerName property
WithSecurityGroups(IEnumerable<(Of <<'(String>)>>))
Adds elements to the SecurityGroups collection
WithSecurityGroups(array<String>[]()[][])
Adds elements to the SecurityGroups collection

Inheritance Hierarchy

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

See Also