Uses of Interface
com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface
Package
Description
This package contains the classes for ComputeManagementClient.
This package contains the classes for NetworkManagementClient.
-
Uses of VirtualMachineScaleSetNetworkInterface in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetVM.getNetworkInterface
(String name) Gets a network interface associated with this virtual machine instance.VirtualMachineScaleSet.getNetworkInterfaceByInstanceId
(String instanceId, String name) Gets a network interface associated with a virtual machine scale set instance.Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface>
VirtualMachineScaleSet.listNetworkInterfaces()
com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface>
VirtualMachineScaleSetVM.listNetworkInterfaces()
com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface>
VirtualMachineScaleSet.listNetworkInterfacesByInstanceId
(String virtualMachineInstanceId) Lists the network interface associated with a specific virtual machine instance in the scale set. -
Uses of VirtualMachineScaleSetNetworkInterface in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkInterfaces.getByVirtualMachineInstanceId
(String instanceId, String name) Gets a network interface associated with a virtual machine scale set instance.NetworkInterfaces.getByVirtualMachineScaleSetInstanceId
(String resourceGroupName, String scaleSetName, String instanceId, String name) Gets a network interface associated with a virtual machine scale set instance.Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface>
VirtualMachineScaleSetNetworkInterfaces.listByVirtualMachineInstanceId
(String instanceId) Lists all the network interfaces associated with a virtual machine instance in the scale set.com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface>
NetworkInterfaces.listByVirtualMachineScaleSet
(String resourceGroupName, String scaleSetName) List the network interfaces associated with a virtual machine scale set.com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface>
NetworkInterfaces.listByVirtualMachineScaleSetId
(String id) List the network interfaces associated with a virtual machine scale set.com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface>
NetworkInterfaces.listByVirtualMachineScaleSetInstanceId
(String resourceGroupName, String scaleSetName, String instanceId) List the network interfaces associated with a specific virtual machine instance in a scale set.