IWithRedirectConfig 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 stage of an application gateway request routing rule update allowing to associate the rule with a redirect configuration.
public interface IWithRedirectConfig : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithRedirectConfigBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithRedirectConfig = interface
interface IWithRedirectConfigBeta
interface IBeta
Public Interface IWithRedirectConfig
Implements IBeta, IWithRedirectConfigBeta
- Derived
- Implements
Methods
WithoutRedirectConfiguration() |
Removes the association with a redirect configuration, if any. (Inherited from IWithRedirectConfigBeta) |
WithRedirectConfiguration(String) |
Associates the specified redirect configuration with this request routing rule. Note that no backend can be associated with this request routing rule if it has a redirect configuration assigned to it, so this will also remove any backend and backend HTTP settings configuration. (Inherited from IWithRedirectConfigBeta) |
Applies to
Azure SDK for .NET