IWithIPConfig 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 update allowing to modify IP configurations.
public interface IWithIPConfig
type IWithIPConfig = interface
Public Interface IWithIPConfig
- Derived
Methods
DefineDefaultIPConfiguration() |
Begins the definition of the default IP configuration.
If a default IP configuration already exists, it will be this is equivalent to |
UpdateDefaultIPConfiguration() |
Begins the update of the default IP configuration i.e. the only one IP configuration that exists, assuming only one exists. |
UpdateIPConfiguration(String) |
Begins the update of an existing IP configuration. |
WithoutIPConfiguration(String) |
Removes the specified IP configuration. Note that removing an IP configuration referenced by other settings may break the application gateway. Also, there must be at least one IP configuration for the application gateway to function. |
Applies to
Azure SDK for .NET