你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachine.DefinitionStages.WithSubnet Interface
public interface WithSubnet
The stage of a virtual machine definition allowing to specify the virtual network subnet for a new primary network interface.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withSubnet(String name)
Associates a subnet with the virtual machine's primary network interface. |
Method Details
withSubnet
public WithPrivateIP withSubnet(String name)
Associates a subnet with the virtual machine's primary network interface.
Parameters:
name
- the subnet name
Returns:
the next stage of the definition