ApplicationGatewayFrontend.UpdateDefinitionStages.WithSubnet<ParentT> 接口
定义
The stage of an application gateway frontend definition allowing to specify a subnet from the selected network to make this application gateway visible to.
public interface WithSubnet<ParentT> extends HasSubnet.UpdateDefinitionStages.WithSubnet<WithAttach<ParentT>>
类型参数
- ParentT
the stage of the parent application gateway definition to return to after attaching this definition
继承成员
方法
withExistingSubnet(Network network, String subnetName) |
Assigns the specified subnet to this private frontend. |