Partager via


IWithServerNameIndication<ParentT> Interface

Définition

Étape d’une définition de règle de routage de demande de passerelle d’application permettant d’exiger l’indication du nom de serveur.

public interface IWithServerNameIndication<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.Definition.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>
type IWithServerNameIndication<'ParentT> = interface
    interface IWithServerNameIndication<IWithAttach<'ParentT>>
Public Interface IWithServerNameIndication(Of ParentT)
Implements IWithServerNameIndication(Of IWithAttach(Of ParentT))

Paramètres de type

ParentT

Étape de la définition de la passerelle d’application à laquelle revenir après l’attachement de cette définition.

Implémente

Méthodes

WithoutServerNameIndication()

Vérifie que l’indication du nom du serveur (SNI) n’est pas obligatoire.

(Hérité de IWithServerNameIndication<ReturnT>)
WithServerNameIndication()

Nécessite l’indication de nom de serveur (SNI).

(Hérité de IWithServerNameIndication<ReturnT>)

S’applique à