IWithAttachAndPath<ReturnT> Interface

Definition

The stage of an application gateway redirect configuration allowing to specify whether the query string should be included in the redirected URL or other optional settings.

public interface IWithAttachAndPath<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IWithAttach<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IWithPathIncluded<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Definition.IWithQueryStringIncluded<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ReturnT>
type IWithAttachAndPath<'ReturnT> = interface
    interface IWithAttach<'ReturnT>
    interface IInDefinition<'ReturnT>
    interface IWithQueryStringIncluded<'ReturnT>
    interface IWithPathIncluded<'ReturnT>
Public Interface IWithAttachAndPath(Of ReturnT)
Implements IInDefinition(Of ReturnT), IWithAttach(Of ReturnT), IWithPathIncluded(Of ReturnT), IWithQueryStringIncluded(Of ReturnT)

Type Parameters

ReturnT

The stage of the parent application gateway definition to return to after attaching this definition.

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithPathIncluded()

Specifies that the path should be included in the redirected URL. Note that this setting is valid only when the target of the redirection is a listener, not a URL.

(Inherited from IWithPathIncluded<ReturnT>)
WithQueryStringIncluded()

Specifies that the query string should be included in the redirected URL.

(Inherited from IWithQueryStringIncluded<ReturnT>)

Applies to