public static interface VirtualMachine.UpdateStages.WithSecondaryNetworkInterface
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.Update |
withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
Associates an existing network interface with the virtual machine.
|
VirtualMachine.Update |
withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
Creates a new network interface to associate with the virtual machine.
|
VirtualMachine.Update |
withoutSecondaryNetworkInterface(String name)
Removes a secondary network interface from the virtual machine.
|
VirtualMachine.Update withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.
creatable - a creatable definition for a new network interfaceVirtualMachine.Update withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.
networkInterface - an existing network interfaceVirtualMachine.Update withoutSecondaryNetworkInterface(String name)
name - the name of a secondary network interface to removeCopyright © 2020 Microsoft Corporation. All rights reserved.