Interface ContainerService.DefinitionStages.WithSubnet
- All Known Subinterfaces:
ContainerService.Definition
,ContainerService.DefinitionStages.WithCreate
- Enclosing interface:
- ContainerService.DefinitionStages
public static interface ContainerService.DefinitionStages.WithSubnet
The stage of the container service definition allowing to specify the virtual network and subnet for the machines.
-
Method Summary
Modifier and TypeMethodDescriptionwithSubnet
(String networkId, String subnetName) Specifies the virtual network and subnet for the virtual machines in the master and agent pools.
-
Method Details
-
withSubnet
Specifies the virtual network and subnet for the virtual machines in the master and agent pools.- Parameters:
networkId
- the network ID to be used by the machinessubnetName
- the name of the subnet- Returns:
- the next stage of the definition
-