IWithRedirectConfigurationBeta 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 definition allowing to add a redirect configuration.
public interface IWithRedirectConfigurationBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithRedirectConfigurationBeta = interface
interface IBeta
Public Interface IWithRedirectConfigurationBeta
Implements IBeta
- Derived
- Implements
Methods
DefineRedirectConfiguration(String) |
Begins the definition of a new application gateway redirect configuration to be attached to the gateway. |
UpdateRedirectConfiguration(String) |
Begins the update of a redirect configuration. |
WithoutRedirectConfiguration(String) |
Removes a redirect configuration from the application gateway. Note that removing a redirect configuration referenced by other settings may break the application gateway. |
Applies to
Azure SDK for .NET