ApplicationGatewayLoadDistributionTarget 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 Target of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayLoadDistributionTarget : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayLoadDistributionTarget = class
inherit SubResource
Public Class ApplicationGatewayLoadDistributionTarget
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayLoadDistributionTarget() |
Initializes a new instance of the ApplicationGatewayLoadDistributionTarget class. |
ApplicationGatewayLoadDistributionTarget(String, Nullable<Int32>, SubResource, String, String, String) |
Initializes a new instance of the ApplicationGatewayLoadDistributionTarget class. |
Properties
BackendAddressPool |
Gets or sets backend address pool resource of the application gateway. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Name |
Gets or sets name of the load distribution policy that is unique within an Application Gateway. |
Type |
Gets type of the resource. |
WeightPerServer |
Gets or sets weight per server. Range between 1 and 100. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET