IDefinition<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.
L’intégralité d’une définition de back-end de passerelle d’application.
public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Definition.IWithAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithAddress<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAddress(Of ParentT), IWithAttach(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.
- Implémente
Méthodes
Attach() |
L’intégralité d’une définition de back-end de passerelle d’application. (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