Partager via


IWithAddress<ParentT>.WithIPAddress(String) Méthode

Définition

Ajoute l’adresse IP existante spécifiée au serveur principal. Cet appel peut être effectué dans une séquence pour ajouter plusieurs adresses IP.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Definition.IWithAttach<ParentT> WithIPAddress (string ipAddress);
abstract member WithIPAddress : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Definition.IWithAttach<'ParentT>
Public Function WithIPAddress (ipAddress As String) As IWithAttach(Of ParentT)

Paramètres

ipAddress
String

Adresse IP.

Retours

S’applique à