public interface VirtualMachineScaleSetNetworkInterfaces extends SupportsListing<VirtualMachineScaleSetNetworkInterface>, HasInner<com.microsoft.azure.management.network.implementation.NetworkInterfacesInner>, HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetNetworkInterface |
getByVirtualMachineInstanceId(String instanceId,
String name)
Gets a network interface associated with a virtual machine scale set instance.
|
PagedList<VirtualMachineScaleSetNetworkInterface> |
listByVirtualMachineInstanceId(String instanceId)
Lists all the network interfaces associated with a virtual machine instance in the scale set.
|
list, listAsync
inner
manager
VirtualMachineScaleSetNetworkInterface getByVirtualMachineInstanceId(String instanceId, String name)
instanceId
- the virtual machine scale set vm instance idname
- the network interface namePagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineInstanceId(String instanceId)
instanceId
- virtual machine scale set vm instance idCopyright © 2019. All rights reserved.