IUpdate Interface

Definition

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

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithPathIncluded, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithQueryStringIncluded, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithTarget, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithTarget
    interface IWithType
    interface IWithPathIncluded
    interface IWithQueryStringIncluded
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithPathIncluded, IWithQueryStringIncluded, IWithTarget, IWithType
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
WithoutPathIncluded()

Specifies that the path should not be included in the redirected URL.

(Inherited from IWithPathIncluded)
WithoutQueryStringIncluded()

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

(Inherited from IWithQueryStringIncluded)
WithoutTargetListener()

Removes the reference to the target listener.

(Inherited from IWithTarget)
WithoutTargetUrl()

Removes the reference to the target URL.

(Inherited from IWithTarget)
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)
WithQueryStringIncluded()

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

(Inherited from IWithQueryStringIncluded)
WithTargetListener(String)

Specifies the listener on this application gateway to redirect to.

(Inherited from IWithTarget)
WithTargetUrl(String)

Specifies the URL to redirect to.

(Inherited from IWithTarget)
WithType(ApplicationGatewayRedirectType)

Specifies the redirection type.

(Inherited from IWithType)

Applies to