Share via


IWithAddress.WithIPAddress(String) Method

Definition

Adds the specified existing IP address to the backend.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Update.IUpdate WithIPAddress (string ipAddress);
abstract member WithIPAddress : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Update.IUpdate
Public Function WithIPAddress (ipAddress As String) As IUpdate

Parameters

ipAddress
String

An IP address.

Returns

Applies to