AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the CreateLoadBalancerPolicy operation. Creates a policy with the specified attributes for the specified load balancer.

Policies are settings that are saved for your load balancer and that can be applied to the front-end listener or the back-end application server, depending on the policy type.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingRequest
      Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyRequest

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateLoadBalancerPolicyRequest : AmazonElasticLoadBalancingRequest
         IRequestEvents

The CreateLoadBalancerPolicyRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LoadBalancerName System.String Gets and sets the property LoadBalancerName.

The name of the load balancer.

Public Property PolicyAttributes System.Collections.Generic.List<Amazon.ElasticLoadBalancing.Model.PolicyAttribute> Gets and sets the property PolicyAttributes.

The attributes for the policy.

Public Property PolicyName System.String Gets and sets the property PolicyName.

The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

Public Property PolicyTypeName System.String Gets and sets the property PolicyTypeName.

The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8