Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition Namespace

Interfaces

IBlank<ReturnT>

The first stage of an application gateway redirect configuration configuration definition.

IUpdateDefinition<ReturnT>

The entirety of an application gateway redirect configuration definition as part of an application gateway update.

IWithAttach<ReturnT>

The final stage of an application gateway redirect configuration definition. At this stage, any remaining optional settings can be specified, or the definition can be attached to the parent application gateway definition.

IWithAttachAndPath<ReturnT>

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.

IWithPathIncluded<ReturnT>

The stage of an application gateway redirect configuration allowing to specify whether the path should be included in the redirected URL.

IWithQueryStringIncluded<ReturnT>

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

IWithTarget<ReturnT>

The stage of an application gateway redirect configuration allowing to specify the target URL or listener for the redirection.

IWithType<ReturnT>

The stage of an application gateway redirect configuration allowing to specify the type of the redirection.