Partilhar via


IWithAttach<ParentT> Interface

Definição

O estágio final de uma definição de regra de roteamento de solicitação de gateway de aplicativo. Nesta fase, 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.ApplicationGatewayRequestRoutingRule.Definition.IWithCookieBasedAffinity<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithHostName<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasCookieBasedAffinity.Definition.IWithCookieBasedAffinity<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasHostName.Definition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithHostName<'ParentT>
    interface IWithHostName<IWithAttach<'ParentT>>
    interface IWithCookieBasedAffinity<'ParentT>
    interface IWithCookieBasedAffinity<IWithAttach<'ParentT>>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithCookieBasedAffinity(Of IWithAttach(Of ParentT)), IWithCookieBasedAffinity(Of ParentT), IWithHostName(Of IWithAttach(Of ParentT)), IWithHostName(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.

Derivado
Implementações

Métodos

Attach()

O estágio final de uma definição de regra de roteamento de solicitação de gateway de aplicativo. Nesta fase, 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 IInDefinition<ParentT>)
WithCookieBasedAffinity()

Habilita a afinidade baseada em cookie.

(Herdado de IWithCookieBasedAffinity<ReturnT>)
WithHostName(String)

Especifica o nome do host a ser referenciado.

(Herdado de IWithHostName<ReturnT>)
WithoutCookieBasedAffinity()

Desabilita a afinidade baseada em cookie.

(Herdado de IWithCookieBasedAffinity<ReturnT>)

Aplica-se a