ApplicationGatewayLoadDistributionPolicy Constructors
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.
Overloads
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. |
ApplicationGatewayLoadDistributionPolicy()
Initializes a new instance of the ApplicationGatewayLoadDistributionPolicy class.
public ApplicationGatewayLoadDistributionPolicy ();
Public Sub New ()
Applies to
ApplicationGatewayLoadDistributionPolicy(String, IList<ApplicationGatewayLoadDistributionTarget>, String, String, String, String, String)
Initializes a new instance of the ApplicationGatewayLoadDistributionPolicy class.
public ApplicationGatewayLoadDistributionPolicy (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayLoadDistributionTarget> loadDistributionTargets = default, string loadDistributionAlgorithm = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayLoadDistributionPolicy : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayLoadDistributionTarget> * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayLoadDistributionPolicy
Public Sub New (Optional id As String = Nothing, Optional loadDistributionTargets As IList(Of ApplicationGatewayLoadDistributionTarget) = Nothing, Optional loadDistributionAlgorithm As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- loadDistributionTargets
- IList<ApplicationGatewayLoadDistributionTarget>
Load Distribution Targets resource of an application gateway.
- loadDistributionAlgorithm
- String
Load Distribution Targets resource of an application gateway. Possible values include: 'RoundRobin', 'LeastConnections', 'IpHash'
- provisioningState
- String
The provisioning state of the Load Distribution Policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of the load distribution policy that is unique within an Application Gateway.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Type of the resource.
Applies to
Azure SDK for .NET