ApplicationGatewayLoadDistributionPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Load Distribution Policy of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayLoadDistributionPolicy : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayLoadDistributionPolicy = class
inherit SubResource
Public Class ApplicationGatewayLoadDistributionPolicy
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayLoadDistributionPolicy() |
Initializes a new instance of the ApplicationGatewayLoadDistributionPolicy class. |
ApplicationGatewayLoadDistributionPolicy(String, IList<ApplicationGatewayLoadDistributionTarget>, String, String, String, String, String) |
Initializes a new instance of the ApplicationGatewayLoadDistributionPolicy class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
LoadDistributionAlgorithm |
Gets or sets load Distribution Targets resource of an application gateway. Possible values include: 'RoundRobin', 'LeastConnections', 'IpHash' |
LoadDistributionTargets |
Gets or sets load Distribution Targets resource of an application gateway. |
Name |
Gets or sets name of the load distribution policy that is unique within an Application Gateway. |
ProvisioningState |
Gets the provisioning state of the Load Distribution Policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets type of the resource. |
Applies to
Azure SDK for .NET