Uses of Interface
com.microsoft.azure.management.network.NetworkInterface
Package
Description
This package contains the classes for ComputeManagementClient.
This package contains the common interfaces for resource models in networking.
-
Uses of NetworkInterface in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.withExistingPrimaryNetworkInterface
(NetworkInterface networkInterface) Associates an existing network interface with the virtual machine as its primary network interface.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface
(NetworkInterface networkInterface) Associates an existing network interface with the virtual machine.VirtualMachine.UpdateStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface
(NetworkInterface networkInterface) Associates an existing network interface with the virtual machine.Modifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.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.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface
(Creatable<NetworkInterface> creatable) Creates a new network interface to associate with the virtual machine, based on the provided definition.VirtualMachine.UpdateStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface
(Creatable<NetworkInterface> creatable) Creates a new network interface to associate with the virtual machine. -
Uses of NetworkInterface in com.microsoft.azure.management.network.model
Modifier and TypeMethodDescriptionHasNetworkInterfaces.getPrimaryNetworkInterface()
Gets the primary network interface.