ApplicationGatewayLoadDistributionTarget 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
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. |
ApplicationGatewayLoadDistributionTarget()
Initializes a new instance of the ApplicationGatewayLoadDistributionTarget class.
public ApplicationGatewayLoadDistributionTarget ();
Public Sub New ()
Applies to
ApplicationGatewayLoadDistributionTarget(String, Nullable<Int32>, SubResource, String, String, String)
Initializes a new instance of the ApplicationGatewayLoadDistributionTarget class.
public ApplicationGatewayLoadDistributionTarget (string id = default, int? weightPerServer = default, Microsoft.Azure.Management.Network.Models.SubResource backendAddressPool = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayLoadDistributionTarget : string * Nullable<int> * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayLoadDistributionTarget
Public Sub New (Optional id As String = Nothing, Optional weightPerServer As Nullable(Of Integer) = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- backendAddressPool
- SubResource
Backend address pool resource of the application gateway.
- 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