Partager via


IWithServerNameIndication<ParentT> Interface

Définition

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

public interface IWithServerNameIndication<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.UpdateDefinition.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.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 passerelle Application Gateway à laquelle revenir après l’attachement de cette définition.

Implémente

Méthodes

WithoutServerNameIndication()

Garantit que l’indication de nom de serveur (SNI) n’est pas requise.

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

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

(Hérité de IWithServerNameIndication<ReturnT>)

S’applique à