PrivateLinkResourcesClient Interface

public interface PrivateLinkResourcesClient

An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResourcesListResultInner list(String resourceGroupName, String resourceName)

Gets a list of private link resources in the specified managed cluster.

abstract Mono<PrivateLinkResourcesListResultInner> listAsync(String resourceGroupName, String resourceName)

Gets a list of private link resources in the specified managed cluster.

abstract Response<PrivateLinkResourcesListResultInner> listWithResponse(String resourceGroupName, String resourceName, Context context)

Gets a list of private link resources in the specified managed cluster.

abstract Mono<Response<PrivateLinkResourcesListResultInner>> listWithResponseAsync(String resourceGroupName, String resourceName)

Gets a list of private link resources in the specified managed cluster.

Method Details

list

public abstract PrivateLinkResourcesListResultInner list(String resourceGroupName, String resourceName)

Gets a list of private link resources in the specified managed cluster. To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the managed cluster resource.

Returns:

a list of private link resources.

listAsync

public abstract Mono listAsync(String resourceGroupName, String resourceName)

Gets a list of private link resources in the specified managed cluster. To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the managed cluster resource.

Returns:

a list of private link resources on successful completion of Mono.

listWithResponse

public abstract Response listWithResponse(String resourceGroupName, String resourceName, Context context)

Gets a list of private link resources in the specified managed cluster. To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the managed cluster resource.
context - The context to associate with this operation.

Returns:

a list of private link resources along with Response<T>.

listWithResponseAsync

public abstract Mono> listWithResponseAsync(String resourceGroupName, String resourceName)

Gets a list of private link resources in the specified managed cluster. To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the managed cluster resource.

Returns:

a list of private link resources along with Response<T> on successful completion of Mono.

Applies to