IWithBackendAddress<ParentT>.ToBackendFqdn(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un nom de domaine complet (FQDN) au back-end associé à cette règle. Si aucun serveur principal n’a encore été associé à cette règle, un nouveau serveur principal est créé avec un nom généré automatiquement. Cet appel peut être utilisé dans une séquence pour ajouter plusieurs noms de domaine complets.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendAddressOrAttach<ParentT> ToBackendFqdn (string fqdn);
abstract member ToBackendFqdn : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendAddressOrAttach<'ParentT>
Public Function ToBackendFqdn (fqdn As String) As IWithBackendAddressOrAttach(Of ParentT)
Paramètres
- fqdn
- String
Nom de domaine complet.
Retours
S’applique à
Azure SDK for .NET