Compartir a través de


IWithAttach<ParentT> Interfaz

Definición

Fase final de una definición de regla de enrutamiento de solicitudes de Application Gateway. En esta fase, se puede especificar cualquier configuración opcional restante o la definición se puede asociar a la definición de puerta de enlace de aplicaciones primaria.

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

Fase de la definición de la puerta de enlace de aplicaciones a la que volver después de adjuntar esta definición.

Derivado
Implementaciones

Métodos

Attach()

Fase final de una definición de regla de enrutamiento de solicitudes de Application Gateway. En esta fase, se puede especificar cualquier configuración opcional restante o la definición se puede asociar a la definición de puerta de enlace de aplicaciones primaria.

(Heredado de IInUpdate<ParentT>)
WithCookieBasedAffinity()

Habilita la afinidad basada en cookies.

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

Especifica el nombre de host al que se va a hacer referencia.

(Heredado de IWithHostName<ReturnT>)
WithoutCookieBasedAffinity()

Deshabilita la afinidad basada en cookies.

(Heredado de IWithCookieBasedAffinity<ReturnT>)
WithRedirectConfiguration(String)

Asocia la configuración de redireccionamiento especificada a esta regla de enrutamiento de solicitudes.

(Heredado de IWithRedirectConfigBeta<ParentT>)

Se aplica a