Uses of Interface
com.microsoft.azure.management.network.VirtualMachineScaleSetNetworkInterface
-
Packages that use VirtualMachineScaleSetNetworkInterface Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of VirtualMachineScaleSetNetworkInterface in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return VirtualMachineScaleSetNetworkInterface Modifier and Type Method Description VirtualMachineScaleSetNetworkInterfaceVirtualMachineScaleSetNetworkInterfaces. getByVirtualMachineInstanceId(String instanceId, String name)Gets a network interface associated with a virtual machine scale set instance.VirtualMachineScaleSetNetworkInterfaceNetworkInterfaces. getByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId, String name)Gets a network interface associated with a virtual machine scale set instance.Methods in com.microsoft.azure.management.network that return types with arguments of type VirtualMachineScaleSetNetworkInterface Modifier and Type Method Description com.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.
-