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
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java