IDefinition<ReturnT> Interface

Definition

The entirety of an application gateway redirect configuration definition.

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

Type Parameters

ReturnT

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

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>)
WithTargetListener(String)

Specifies the listener on this application gateway to redirect to.

(Inherited from IWithTarget<ReturnT>)
WithTargetUrl(String)

Specifies the URL to redirect to.

(Inherited from IWithTarget<ReturnT>)
WithType(ApplicationGatewayRedirectType)

Specifies the redirection type.

(Inherited from IWithType<ReturnT>)

Applies to