Compartilhar via


IWithAttach<ParentT> Interface

Definição

O estágio final de uma definição de ouvinte HTTP do gateway de aplicativo. Nesse estágio, todas as configurações opcionais restantes podem ser especificadas ou a definição pode ser anexada à definição do gateway de aplicativo pai.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithHostName<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithProtocol<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithServerNameIndication<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasHostName.UpdateDefinition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>>, Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.UpdateDefinition.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
    interface IWithServerNameIndication<'ParentT>
    interface IWithServerNameIndication<IWithAttach<IUpdate>>
    interface IWithHostName<'ParentT>
    interface IWithHostName<IWithAttach<IUpdate>>
    interface IWithProtocol<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithHostName(Of IWithAttach(Of IUpdate)), IWithHostName(Of ParentT), IWithProtocol(Of ParentT), IWithServerNameIndication(Of IWithAttach(Of IUpdate)), IWithServerNameIndication(Of ParentT)

Parâmetros de tipo

ParentT

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

Derivado
Implementações

Métodos

Attach()

O estágio final de uma definição de ouvinte HTTP do gateway de aplicativo. Nesse estágio, todas as configurações opcionais restantes podem ser especificadas ou a definição pode ser anexada à definição do gateway de aplicativo pai.

(Herdado de IInUpdate<ParentT>)
WithHostName(String)

Especifica o nome do host a ser referenciado.

(Herdado de IWithHostName<ReturnT>)
WithHttp()

Especifica que o ouvinte é para o protocolo HTTP.

(Herdado de IWithProtocol<ParentT>)
WithHttps()

Especifica que o ouvinte é para o protocolo HTTPS.

(Herdado de IWithProtocol<ParentT>)
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