Interface LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithSubnet<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerPrivateFrontend.UpdateDefinition<ParentT>, LoadBalancerPrivateFrontend.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
LoadBalancerPrivateFrontend.UpdateDefinitionStages
public static interface LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithSubnet<ParentT>
The stage of a private frontend definition allowing to specify a subnet from the selected network.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingSubnet(Network network, String subnetName) Assigns the specified subnet to this private frontend of the internal load balancer.
-
Method Details
-
withExistingSubnet
LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach<ParentT> withExistingSubnet(Network network, String subnetName) Assigns the specified subnet to this private frontend of the internal load balancer.- Parameters:
network- the virtual network the subnet exists insubnetName- the name of a subnet- Returns:
- the next stage of the definition
-