public static interface VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithProximityPlacementGroup |
withExistingPrimaryNetworkInterface(NetworkInterface networkInterface)
Associates an existing network interface with the virtual machine as its primary network interface.
|
VirtualMachine.DefinitionStages.WithProximityPlacementGroup |
withNewPrimaryNetworkInterface(Creatable<NetworkInterface> creatable)
Creates a new network interface to associate with the virtual machine as its primary network interface,
based on the provided definition.
|
VirtualMachine.DefinitionStages.WithProximityPlacementGroup withNewPrimaryNetworkInterface(Creatable<NetworkInterface> creatable)
creatable - a creatable definition for a new network interfaceVirtualMachine.DefinitionStages.WithProximityPlacementGroup withExistingPrimaryNetworkInterface(NetworkInterface networkInterface)
networkInterface - an existing network interfaceCopyright © 2020 Microsoft Corporation. All rights reserved.