IWithExistingSubnet 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 specify the subnet the app gateway is getting its private IP address from.
public interface IWithExistingSubnet : Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Update.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IWithExistingSubnet = interface
interface IWithSubnet<IUpdate>
Public Interface IWithExistingSubnet
Implements IWithSubnet(Of IUpdate)
- Derived
- Implements
Methods
WithExistingSubnet(INetwork, String) |
Specifies the subnet the application gateway gets its private IP address from. This will create a new IP configuration, if it does not already exist. Private (internal) front ends, if any have been enabled, will be configured to use this subnet as well. |
WithExistingSubnet(ISubnet) |
Specifies the subnet the application gateway gets its private IP address from. This will create a new IP configuration, if it does not already exist. Private (internal) frontends, if any have been enabled, will be configured to use this subnet as well. |
WithExistingSubnet(String, String) |
Assigns the specified subnet to this resource. (Inherited from IWithSubnet<ReturnT>) |