Interface NetworkInterfaces
- All Superinterfaces:
HasInner<com.microsoft.azure.management.network.implementation.NetworkInterfacesInner>,HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>,SupportsBatchCreation<NetworkInterface>,SupportsBatchDeletion,SupportsCreating<NetworkInterface.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsGettingById<NetworkInterface>,SupportsGettingByResourceGroup<NetworkInterface>,SupportsListing<NetworkInterface>,SupportsListingByResourceGroup<NetworkInterface>
public interface NetworkInterfaces
extends SupportsCreating<NetworkInterface.DefinitionStages.Blank>, SupportsListing<NetworkInterface>, SupportsListingByResourceGroup<NetworkInterface>, SupportsGettingByResourceGroup<NetworkInterface>, SupportsGettingById<NetworkInterface>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<NetworkInterface>, SupportsBatchDeletion, HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>, HasInner<com.microsoft.azure.management.network.implementation.NetworkInterfacesInner>
Entry point to network interface management.
-
Method Summary
Modifier and TypeMethodDescriptiongetByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId, String name) Gets a network interface associated with a virtual machine scale set instance.com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface>listByVirtualMachineScaleSet(String resourceGroupName, String scaleSetName) List the network interfaces associated with a virtual machine scale set.com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface>List the network interfaces associated with a virtual machine scale set.com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface>listByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId) List the network interfaces associated with a specific virtual machine instance in a scale set.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
innerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsync, createAsync, createAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
defineMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
getByVirtualMachineScaleSetInstanceId
VirtualMachineScaleSetNetworkInterface getByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId, String name) Gets a network interface associated with a virtual machine scale set instance.- Parameters:
resourceGroupName- virtual machine scale set resource group namescaleSetName- scale set nameinstanceId- the virtual machine scale set vm instance idname- the network interface name- Returns:
- network interface
-
listByVirtualMachineScaleSet
com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineScaleSet(String resourceGroupName, String scaleSetName) List the network interfaces associated with a virtual machine scale set.- Parameters:
resourceGroupName- virtual machine scale set resource group namescaleSetName- scale set name- Returns:
- list of network interfaces
-
listByVirtualMachineScaleSetId
com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineScaleSetId(String id) List the network interfaces associated with a virtual machine scale set.- Parameters:
id- virtual machine scale set resource id- Returns:
- list of network interfaces
-
listByVirtualMachineScaleSetInstanceId
com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId) List the network interfaces associated with a specific virtual machine instance in a scale set.- Parameters:
resourceGroupName- virtual machine scale set resource group namescaleSetName- scale set nameinstanceId- the virtual machine scale set vm instance id- Returns:
- list of network interfaces
-