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