ApplicationGateway.DefinitionStages.WithExistingSubnet 接口
定义
The stage of an application gateway definition allowing to specify the subnet the app gateway is getting its private IP address from.
public interface WithExistingSubnet extends HasSubnet.DefinitionStages.WithSubnet<WithCreate>
继承成员
方法
withExistingSubnet(Network network, String subnetName) |
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(Subnet subnet) |
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. |