Mono<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSetNetworkInterfaces.getByVirtualMachineInstanceIdAsync(String instanceId,
String name) |
Gets a network interface associated with a virtual machine scale set instance.
|
Mono<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.getByVirtualMachineScaleSetInstanceIdAsync(String resourceGroupName,
String scaleSetName,
String instanceId,
String name) |
Gets a network interface associated with a virtual machine scale set instance.
|
com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSetNetworkInterfaces.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> |
VirtualMachineScaleSetNetworkInterfaces.listByVirtualMachineInstanceIdAsync(String instanceId) |
Lists all the network interfaces associated with a virtual machine instance in the scale set asynchronously.
|
com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSet(String resourceGroupName,
String scaleSetName) |
List the network interfaces associated with a virtual machine scale set.
|
com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSetId(String id) |
List the network interfaces associated with a virtual machine scale set.
|
com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSetInstanceId(String resourceGroupName,
String scaleSetName,
String instanceId) |
List the network interfaces associated with a specific virtual machine instance in a scale set.
|
com.azure.core.http.rest.PagedFlux<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSetInstanceIdAsync(String resourceGroupName,
String scaleSetName,
String instanceId) |
List the network interfaces associated with a specific virtual machine instance in a scale set asynchronously.
|