public interface NetworkInterfaceLoadBalancersClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<LoadBalancerInner> |
list(String resourceGroupName,
String networkInterfaceName)
List all load balancers in a network interface.
|
com.azure.core.http.rest.PagedIterable<LoadBalancerInner> |
list(String resourceGroupName,
String networkInterfaceName,
com.azure.core.util.Context context)
List all load balancers in a network interface.
|
com.azure.core.http.rest.PagedFlux<LoadBalancerInner> |
listAsync(String resourceGroupName,
String networkInterfaceName)
List all load balancers in a network interface.
|
com.azure.core.http.rest.PagedFlux<LoadBalancerInner> listAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<LoadBalancerInner> list(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<LoadBalancerInner> list(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.