ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT> 接口
定义
The stage of an application gateway IP configuration definition allowing to specify the subnet the application gateway is on.
public interface WithSubnet<ParentT> extends HasSubnet.DefinitionStages.WithSubnet<WithAttach<ParentT>>
类型参数
- ParentT
the stage of the application gateway definition to return to after attaching this definition
继承成员
方法
withExistingSubnet(Network network, String subnetName) |
Specifies an existing subnet the application gateway should be part of and get its private IP address from. |
withExistingSubnet(Subnet subnet) |
Specifies an existing subnet the application gateway should be part of and get its private IP address from. |