ArmNetworkModelFactory.ApplicationGatewayLoadDistributionTarget Method
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.
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
Resource ID.
- name
- String
Name of the resource.
- type
- String
Resource type.
- backendAddressPoolId
- ResourceIdentifier
Resource ID.
Returns
A new ApplicationGatewayLoadDistributionTarget instance for mocking.