共用方式為


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 PagedIterable<ApplicationGatewayPrivateLinkResourceInner> list(String resourceGroupName, String applicationGatewayName)

Lists all private link resources on an application gateway.

abstract PagedIterable<ApplicationGatewayPrivateLinkResourceInner> list(String resourceGroupName, String applicationGatewayName, Context context)

Lists all private link resources on an application gateway.

abstract PagedFlux<ApplicationGatewayPrivateLinkResourceInner> listAsync(String resourceGroupName, String applicationGatewayName)

Lists all private link resources on an application gateway.

Method Details

list

public abstract 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<T>.

list

public abstract PagedIterable<ApplicationGatewayPrivateLinkResourceInner> list(String resourceGroupName, String applicationGatewayName, 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<T>.

listAsync

public abstract 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<T>.

Applies to