Compartir a través de


IWithServerNameIndication<ParentT> Interfaz

Definición

Fase de una definición de regla de enrutamiento de solicitudes de application Gateway que permite requerir la indicación del nombre del servidor.

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))

Parámetros de tipo

ParentT

Fase de la definición de la puerta de enlace de aplicaciones a la que volver después de adjuntar esta definición.

Implementaciones

Métodos

WithoutServerNameIndication()

Garantiza que no se requiere la indicación de nombre del servidor (SNI).

(Heredado de IWithServerNameIndication<ReturnT>)
WithServerNameIndication()

Requiere la indicación de nombre del servidor (SNI).

(Heredado de IWithServerNameIndication<ReturnT>)

Se aplica a