ArmNetworkModelFactory.ApplicationGatewayLoadDistributionTarget Method

Definition

public static Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionTarget ApplicationGatewayLoadDistributionTarget(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, int? weightPerServer = default, Azure.Core.ResourceIdentifier backendAddressPoolId = default, Azure.ETag? eTag = default);
static member ApplicationGatewayLoadDistributionTarget : Azure.Core.ResourceIdentifier * string * string * Nullable<int> * Azure.Core.ResourceIdentifier * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionTarget
Public Shared Function ApplicationGatewayLoadDistributionTarget (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional weightPerServer As Nullable(Of Integer) = Nothing, Optional backendAddressPoolId As ResourceIdentifier = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As ApplicationGatewayLoadDistributionTarget

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Name of the resource.

type
String

Resource type.

weightPerServer
Nullable<Int32>

Weight per server. Range between 1 and 100.

backendAddressPoolId
ResourceIdentifier

Resource ID.

eTag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

Returns

A new ApplicationGatewayLoadDistributionTarget instance for mocking.

Applies to