IWithAddress<ParentT> Interface
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.
Étape d’une définition adossée à une passerelle d’application permettant d’ajouter une adresse au serveur principal.
public interface IWithAddress<ParentT>
type IWithAddress<'ParentT> = interface
Public Interface IWithAddress(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition de passerelle Application Gateway parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
Méthodes
WithFqdn(String) |
Ajoute le nom de domaine complet (FQDN) existant spécifié au back-end. |
WithIPAddress(String) |
Ajoute l’adresse IP existante spécifiée au serveur principal. |
S’applique à
Azure SDK for .NET