IWithAttach<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.
Dernière étape d’une définition de back-end de passerelle d’application. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés, ou la définition peut être attachée à la définition de passerelle Application Gateway parente.
public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Definition.IWithAddress<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
interface IInDefinition<'ParentT>
interface IWithAddress<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), 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é
- Implémente
Méthodes
Attach() |
Dernière étape d’une définition de back-end de passerelle d’application. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés, ou la définition peut être attachée à la définition de passerelle Application Gateway parente. (Hérité de IInDefinition<ParentT>) |
WithFqdn(String) |
Ajoute le nom de domaine complet (FQDN) existant spécifié au back-end. Cet appel peut être effectué dans une séquence pour ajouter plusieurs noms de domaine complets. (Hérité de IWithAddress<ParentT>) |
WithIPAddress(String) |
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. (Hérité de IWithAddress<ParentT>) |
S’applique à
Azure SDK for .NET