IWithBackendAddressBeta<ParentT>.ToBackendIPAddresses(String[]) Method

Definition

Adds the specified IP addresses to the backend associated with this rule.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendAddressOrAttach<ParentT> ToBackendIPAddresses (params string[] ipAddresses);
abstract member ToBackendIPAddresses : string[] -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendAddressOrAttach<'ParentT>
Public Function ToBackendIPAddresses (ParamArray ipAddresses As String()) As IWithBackendAddressOrAttach(Of ParentT)

Parameters

ipAddresses
String[]

IP addresses to add.

Returns

Applies to