public interface ApplicationGatewayPrivateLinkResourcesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<ApplicationGatewayPrivateLinkResourceInner> |
list(String resourceGroupName,
String applicationGatewayName)
Lists all private link resources on an application gateway.
|
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.
|
com.azure.core.http.rest.PagedFlux<ApplicationGatewayPrivateLinkResourceInner> |
listAsync(String resourceGroupName,
String applicationGatewayName)
Lists all private link resources on an application gateway.
|
com.azure.core.http.rest.PagedFlux<ApplicationGatewayPrivateLinkResourceInner> listAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayPrivateLinkResourceInner> list(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayPrivateLinkResourceInner> list(String resourceGroupName, String applicationGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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 © 2021 Microsoft Corporation. All rights reserved.