public interface LoadBalancerFrontendIpConfigurationsClient
| Modifier and Type | Method and Description |
|---|---|
FrontendIpConfigurationInner |
get(String resourceGroupName,
String loadBalancerName,
String frontendIpConfigurationName)
Gets load balancer frontend IP configuration.
|
Mono<FrontendIpConfigurationInner> |
getAsync(String resourceGroupName,
String loadBalancerName,
String frontendIpConfigurationName)
Gets load balancer frontend IP configuration.
|
com.azure.core.http.rest.Response<FrontendIpConfigurationInner> |
getWithResponse(String resourceGroupName,
String loadBalancerName,
String frontendIpConfigurationName,
com.azure.core.util.Context context)
Gets load balancer frontend IP configuration.
|
Mono<com.azure.core.http.rest.Response<FrontendIpConfigurationInner>> |
getWithResponseAsync(String resourceGroupName,
String loadBalancerName,
String frontendIpConfigurationName)
Gets load balancer frontend IP configuration.
|
com.azure.core.http.rest.PagedIterable<FrontendIpConfigurationInner> |
list(String resourceGroupName,
String loadBalancerName)
Gets all the load balancer frontend IP configurations.
|
com.azure.core.http.rest.PagedIterable<FrontendIpConfigurationInner> |
list(String resourceGroupName,
String loadBalancerName,
com.azure.core.util.Context context)
Gets all the load balancer frontend IP configurations.
|
com.azure.core.http.rest.PagedFlux<FrontendIpConfigurationInner> |
listAsync(String resourceGroupName,
String loadBalancerName)
Gets all the load balancer frontend IP configurations.
|
com.azure.core.http.rest.PagedFlux<FrontendIpConfigurationInner> listAsync(String resourceGroupName, String loadBalancerName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.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<FrontendIpConfigurationInner> list(String resourceGroupName, String loadBalancerName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.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<FrontendIpConfigurationInner> list(String resourceGroupName, String loadBalancerName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.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.Mono<com.azure.core.http.rest.Response<FrontendIpConfigurationInner>> getWithResponseAsync(String resourceGroupName, String loadBalancerName, String frontendIpConfigurationName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.frontendIpConfigurationName - The name of the frontend IP configuration.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.Mono<FrontendIpConfigurationInner> getAsync(String resourceGroupName, String loadBalancerName, String frontendIpConfigurationName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.frontendIpConfigurationName - The name of the frontend IP configuration.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.FrontendIpConfigurationInner get(String resourceGroupName, String loadBalancerName, String frontendIpConfigurationName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.frontendIpConfigurationName - The name of the frontend IP configuration.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.Response<FrontendIpConfigurationInner> getWithResponse(String resourceGroupName, String loadBalancerName, String frontendIpConfigurationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.frontendIpConfigurationName - The name of the frontend IP configuration.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.