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.UpdateDefinition.IWithAddress<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
interface IInUpdate<'ParentT>
interface IWithAddress<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(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 IInUpdate<ParentT>) |
WithFqdn(String) |
Ajoute le nom de domaine complet (FQDN) existant spécifié au back-end. (Hérité de IWithAddress<ParentT>) |
WithIPAddress(String) |
Ajoute l’adresse IP existante spécifiée au serveur principal. (Hérité de IWithAddress<ParentT>) |
S’applique à
Azure SDK for .NET