IUpdateDefinition<ReturnT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of an application gateway redirect configuration definition as part of an application gateway update.
public interface IUpdateDefinition<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IBlank<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithAttach<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithAttachAndPath<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithPathIncluded<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithQueryStringIncluded<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithTarget<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithType<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ReturnT>
type IUpdateDefinition<'ReturnT> = interface
interface IBlank<'ReturnT>
interface IWithType<'ReturnT>
interface IWithAttach<'ReturnT>
interface IInUpdate<'ReturnT>
interface IWithQueryStringIncluded<'ReturnT>
interface IWithAttachAndPath<'ReturnT>
interface IWithPathIncluded<'ReturnT>
interface IWithTarget<'ReturnT>
Public Interface IUpdateDefinition(Of ReturnT)
Implements IBlank(Of ReturnT), IInUpdate(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 IInUpdate<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
Azure SDK for .NET