ContainerService.DefinitionStages.WithSubnet Interface

public interface WithSubnet

The stage of the container service definition allowing to specify the virtual network and subnet for the machines.

Method Summary

Modifier and Type Method and Description
ContainerService.DefinitionStages.WithCreate withSubnet(String networkId, String subnetName)

Specifies the virtual network and subnet for the virtual machines in the master and agent pools.

Method Details

withSubnet

public WithCreate withSubnet(String networkId, String subnetName)

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 machines
subnetName - the name of the subnet

Returns:

the next stage of the definition

Applies to