Interface ApplicationGatewayPrivateLinkResourcesClient
public interface ApplicationGatewayPrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in
ApplicationGatewayPrivateLinkResourcesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ApplicationGatewayPrivateLinkResourceInner> Lists all private link resources on an application gateway.com.azure.core.http.rest.PagedIterable<ApplicationGatewayPrivateLinkResourceInner> Lists all private link resources on an application gateway.com.azure.core.http.rest.PagedFlux<ApplicationGatewayPrivateLinkResourceInner> Lists all private link resources on an application gateway.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<ApplicationGatewayPrivateLinkResourceInner> listAsync(String resourceGroupName, String applicationGatewayName) Lists all private link resources on an application gateway.- Parameters:
resourceGroupName- The name of the resource group.applicationGatewayName- The name of the application gateway.- Returns:
- response for ListApplicationGatewayPrivateLinkResources API service call as paginated response with
PagedFlux. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<ApplicationGatewayPrivateLinkResourceInner> list(String resourceGroupName, String applicationGatewayName) Lists all private link resources on an application gateway.- Parameters:
resourceGroupName- The name of the resource group.applicationGatewayName- The name of the application gateway.- Returns:
- response for ListApplicationGatewayPrivateLinkResources API service call as paginated response with
PagedIterable. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<ApplicationGatewayPrivateLinkResourceInner> list(String resourceGroupName, String applicationGatewayName, com.azure.core.util.Context context) Lists all private link resources on an application gateway.- Parameters:
resourceGroupName- The name of the resource group.applicationGatewayName- The name of the application gateway.context- The context to associate with this operation.- Returns:
- response for ListApplicationGatewayPrivateLinkResources API service call as paginated response with
PagedIterable. - Throws:
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.
-