public static interface VirtualMachine.DefinitionStages.WithSubnet
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithPrivateIP |
withSubnet(String name)
Associates a subnet with the virtual machine's primary network interface.
|
VirtualMachine.DefinitionStages.WithPrivateIP withSubnet(String name)
name - the subnet name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/