Interface LoadBalancerPrivateFrontend.DefinitionStages.WithSubnet<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
HasSubnet.DefinitionStages.WithSubnet<LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
LoadBalancerPrivateFrontend.Definition<ParentT>,LoadBalancerPrivateFrontend.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- LoadBalancerPrivateFrontend.DefinitionStages
public static interface LoadBalancerPrivateFrontend.DefinitionStages.WithSubnet<ParentT> extends HasSubnet.DefinitionStages.WithSubnet<LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT>>
The stage of a private frontend definition allowing to specify a subnet from the selected network.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT>withExistingSubnet(Network network, String subnetName)Assigns the specified subnet to this private frontend of an internal load balancer.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet.DefinitionStages.WithSubnet
withExistingSubnet
-
-
-
-
Method Detail
-
withExistingSubnet
LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT> withExistingSubnet(Network network, String subnetName)
Assigns the specified subnet to this private frontend of an internal load balancer.- Parameters:
network- the virtual network the subnet exists insubnetName- the name of a subnet- Returns:
- the next stage of the definition
-
-