Compartilhar via


IWithServerNameIndication<ParentT> Interface

Definição

O estágio de uma definição de ouvinte de front-end do gateway de aplicativo que permite exigir SNI (indicação de nome de servidor).

public interface IWithServerNameIndication<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.UpdateDefinition.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>>
type IWithServerNameIndication<'ParentT> = interface
    interface IWithServerNameIndication<IWithAttach<IUpdate>>
Public Interface IWithServerNameIndication(Of ParentT)
Implements IWithServerNameIndication(Of IWithAttach(Of IUpdate))

Parâmetros de tipo

ParentT

O estágio da definição do gateway de aplicativo pai a ser retornado após anexar essa definição.

Derivado
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 do servidor).

(Herdado de IWithServerNameIndication<ReturnT>)

Aplica-se a