IBlank<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.
Première étape d’une définition de back-end application gateway.
public interface 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 IBlank<'ParentT> = interface
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithAddress<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAddress(Of ParentT), IWithAttach(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition de la passerelle d’application parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
Méthodes
Attach() |
Première étape d’une définition de back-end application gateway. (Hérité de IInDefinition<ParentT>) |
WithFqdn(String) |
Ajoute le nom de domaine complet (FQDN) 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