IWithHostName<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 de règle de routage des demandes de passerelle d’application permettant de spécifier le nom d’hôte d’un site web principal pour lequel l’écouteur doit recevoir du trafic.
public interface IWithHostName<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasHostName.Definition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>
type IWithHostName<'ParentT> = interface
interface IWithHostName<IWithAttach<'ParentT>>
Public Interface IWithHostName(Of ParentT)
Implements IWithHostName(Of IWithAttach(Of ParentT))
Paramètres de type
- ParentT
Étape de la définition de passerelle Application Gateway à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
-
IWithHostName<IWithAttach<ParentT>>
Méthodes
WithHostName(String) |
Spécifie le nom d’hôte à référencer. (Hérité de IWithHostName<ReturnT>) |
S’applique à
Azure SDK for .NET