Partilhar via


IWithAttach<ParentT> Interface

Definição

O estágio final de uma definição de regra de roteamento de solicitação 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.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithCookieBasedAffinity<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithHostName<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithRedirectConfig<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithRedirectConfigBeta<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasCookieBasedAffinity.UpdateDefinition.IWithCookieBasedAffinity<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasHostName.UpdateDefinition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
    interface IWithHostName<'ParentT>
    interface IWithHostName<IWithAttach<'ParentT>>
    interface IWithCookieBasedAffinity<'ParentT>
    interface IWithCookieBasedAffinity<IWithAttach<'ParentT>>
    interface IWithRedirectConfig<'ParentT>
    interface IWithRedirectConfigBeta<'ParentT>
    interface IBeta
Public Interface IWithAttach(Of ParentT)
Implements IBeta, IInUpdate(Of ParentT), IWithCookieBasedAffinity(Of IWithAttach(Of ParentT)), IWithCookieBasedAffinity(Of ParentT), IWithHostName(Of IWithAttach(Of ParentT)), IWithHostName(Of ParentT), IWithRedirectConfig(Of ParentT), IWithRedirectConfigBeta(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 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>)
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>)
WithRedirectConfiguration(String)

Associa a configuração de redirecionamento especificada a essa regra de roteamento de solicitação.

(Herdado de IWithRedirectConfigBeta<ParentT>)

Aplica-se a