Interface LoadBalancerPrivateFrontend.UpdateStages.WithSubnet
- All Known Subinterfaces:
LoadBalancerPrivateFrontend.Update
- Enclosing interface:
- LoadBalancerPrivateFrontend.UpdateStages
public static interface LoadBalancerPrivateFrontend.UpdateStages.WithSubnet
The stage of a private frontend update 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
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
-