public interface VirtualMachineScaleSetNetworkInterfaces extends SupportsListing<VirtualMachineScaleSetNetworkInterface>, HasManager<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.
|
com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetNetworkInterface> |
listByVirtualMachineInstanceId(String instanceId)
Lists all the network interfaces associated with a virtual machine instance in the scale set.
|
com.azure.core.http.rest.PagedFlux<VirtualMachineScaleSetNetworkInterface> |
listByVirtualMachineInstanceIdAsync(String instanceId)
Lists all the network interfaces associated with a virtual machine instance in the scale set asynchronously.
|
list, listAsyncmanagerVirtualMachineScaleSetNetworkInterface getByVirtualMachineInstanceId(String instanceId, String name)
instanceId - the virtual machine scale set vm instance idname - the network interface namecom.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineInstanceId(String instanceId)
instanceId - virtual machine scale set vm instance idcom.azure.core.http.rest.PagedFlux<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineInstanceIdAsync(String instanceId)
instanceId - virtual machine scale set vm instance idCopyright © 2020 Microsoft Corporation. All rights reserved.