Container for the parameters to the ApplySecurityGroupsToLoadBalancer operation.
Associates one or more security groups with your load balancer in Amazon Virtual Private Cloud (Amazon VPC). The provided security group IDs will override any currently applied security groups.
For more information, see Manage Security Groups in Amazon VPC in the Elastic Load Balancing Developer Guide .

C# |
public class ApplySecurityGroupsToLoadBalancerRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ApplySecurityGroupsToLoadBalancerRequest()()()() | Initializes a new instance of the ApplySecurityGroupsToLoadBalancerRequest class |
![]() | 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 name associated with the load balancer. The name must be unique within the set of load balancers associated with your AWS account.
|
![]() | SecurityGroups |
A list of security group IDs to associate with your load balancer 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) | Obsolete.
Sets the LoadBalancerName property
|
![]() | WithSecurityGroups(array<String>[]()[][]) | Obsolete.
Adds elements to the SecurityGroups collection
|
![]() | WithSecurityGroups(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the SecurityGroups collection
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | ApplySecurityGroupsToLoadBalancerRequest |