AWS SDK for .NET Documentation
CreateLBCookieStickinessPolicyRequest Constructor (loadBalancerName, policyName)
AmazonAmazon.ElasticLoadBalancing.ModelCreateLBCookieStickinessPolicyRequestCreateLBCookieStickinessPolicyRequest(String, String) Did this page help you?   Yes   No    Tell us about it...
Constructs a new CreateLBCookieStickinessPolicyRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.
Declaration Syntax
C#
public CreateLBCookieStickinessPolicyRequest(
	string loadBalancerName,
	string policyName
)
Parameters
loadBalancerName (String)
The name associated with the load balancer.
policyName (String)
The name of the policy being created. The name must be unique within the set of policies for this load balancer.

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