AWS SDK for .NET Documentation
Policies Class
AmazonAmazon.ElasticLoadBalancing.ModelPolicies Did this page help you?   Yes   No    Tell us about it...

The policies data type.

Declaration Syntax
C#
public class Policies
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Policies()()()()
Default constructor for a new Policies object. Callers should use the properties or fluent setter (With...) methods to initialize this object after creating it.

AppCookieStickinessPolicies
A list of the AppCookieStickinessPolicy objects created with CreateAppCookieStickinessPolicy.

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.)
LBCookieStickinessPolicies
OtherPolicies
A list of policy names other than the stickiness policies.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAppCookieStickinessPolicies(array<AppCookieStickinessPolicy>[]()[][]) Obsolete.
Adds elements to the AppCookieStickinessPolicies collection

WithAppCookieStickinessPolicies(IEnumerable<(Of <<'(AppCookieStickinessPolicy>)>>)) Obsolete.
Adds elements to the AppCookieStickinessPolicies collection

WithLBCookieStickinessPolicies(array<LBCookieStickinessPolicy>[]()[][]) Obsolete.
Adds elements to the LBCookieStickinessPolicies collection

WithLBCookieStickinessPolicies(IEnumerable<(Of <<'(LBCookieStickinessPolicy>)>>)) Obsolete.
Adds elements to the LBCookieStickinessPolicies collection

WithOtherPolicies(array<String>[]()[][]) Obsolete.
Adds elements to the OtherPolicies collection

WithOtherPolicies(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the OtherPolicies collection

Inheritance Hierarchy
Object
Policies

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