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>
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetNetworkInterface |
getByVirtualMachineScaleSetInstanceId(String resourceGroupName,
String scaleSetName,
String instanceId,
String name)
Gets a network interface associated with a virtual machine scale set instance.
|
PagedList<VirtualMachineScaleSetNetworkInterface> |
listByVirtualMachineScaleSet(String resourceGroupName,
String scaleSetName)
List the network interfaces associated with a virtual machine scale set.
|
PagedList<VirtualMachineScaleSetNetworkInterface> |
listByVirtualMachineScaleSetId(String id)
List the network interfaces associated with a virtual machine scale set.
|
PagedList<VirtualMachineScaleSetNetworkInterface> |
listByVirtualMachineScaleSetInstanceId(String resourceGroupName,
String scaleSetName,
String instanceId)
List the network interfaces associated with a specific virtual machine instance in a scale set.
|
define
list, listAsync
listByResourceGroup, listByResourceGroupAsync
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
getById, getByIdAsync, getByIdAsync
deleteById, deleteByIdAsync, deleteByIdAsync
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
create, create, createAsync, createAsync, createAsync, createAsync
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync
manager
VirtualMachineScaleSetNetworkInterface getByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId, String name)
resourceGroupName
- virtual machine scale set resource group namescaleSetName
- scale set nameinstanceId
- the virtual machine scale set vm instance idname
- the network interface namePagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineScaleSet(String resourceGroupName, String scaleSetName)
resourceGroupName
- virtual machine scale set resource group namescaleSetName
- scale set namePagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineScaleSetId(String id)
id
- virtual machine scale set resource idPagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId)
resourceGroupName
- virtual machine scale set resource group namescaleSetName
- scale set nameinstanceId
- the virtual machine scale set vm instance idCopyright © 2019. All rights reserved.