Sdílet prostřednictvím


IWithIPConfig Interface

Definition

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().

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