ApplicationGatewayPrivateLinkResourcesClient Interface
public interface ApplicationGatewayPrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in ApplicationGatewayPrivateLinkResourcesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String resourceGroupName, String applicationGatewayName)
Lists all private link resources on an application gateway. |
abstract
Paged |
list(String resourceGroupName, String applicationGatewayName, Context context)
Lists all private link resources on an application gateway. |
abstract
Paged |
listAsync(String resourceGroupName, String applicationGatewayName)
Lists all private link resources on an application gateway. |
Method Details
list
public abstract PagedIterable
Lists all private link resources on an application gateway.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all private link resources on an application gateway.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all private link resources on an application gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java