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
Private |
list(String resourceGroupName, String resourceName)
Gets a list of private link resources in the specified managed cluster. |
abstract
Mono<Private |
listAsync(String resourceGroupName, String resourceName)
Gets a list of private link resources in the specified managed cluster. |
abstract
Response<Private |
listWithResponse(String resourceGroupName, String resourceName, Context context)
Gets a list of private link resources in the specified managed cluster. |
abstract
Mono<Response<Private |
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:
Returns:
listAsync
public abstract Mono
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:
Returns:
listWithResponse
public abstract Response
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:
Returns:
listWithResponseAsync
public abstract Mono
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:
Returns:
Applies to
Azure SDK for Java