Partilhar via


IWithServerNameIndication<ParentT> Interface

Definição

O estágio de uma definição de regra de roteamento de solicitação de gateway de aplicativo que permite exigir indicação de nome de 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

O estágio da definição do gateway de aplicativo ao qual retornar depois de anexar essa definição.

Implementações

Métodos

WithoutServerNameIndication()

Garante que a SNI (indicação de nome do servidor) não seja necessária.

(Herdado de IWithServerNameIndication<ReturnT>)
WithServerNameIndication()

Requer SNI (indicação de nome de servidor).

(Herdado de IWithServerNameIndication<ReturnT>)

Aplica-se a