Partager via


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

Définition

Ajoute le nom de domaine complet (FQDN) spécifié au back-end. Cet appel peut être effectué dans une séquence pour ajouter plusieurs noms de domaine complets.

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

Paramètres

fqdn
String

Nom de domaine complet (FQDN).

Retours

S’applique à