Interface ClusterLibrariesClient
public interface ClusterLibrariesClient
An instance of this class provides access to all the operations defined in ClusterLibrariesClient.
-
Method Summary
Modifier and TypeMethodDescriptionbeginManageLibraries(String resourceGroupName, String clusterPoolName, String clusterName, ClusterLibraryManagementOperation operation) Library management operations on HDInsight on AKS cluster.beginManageLibraries(String resourceGroupName, String clusterPoolName, String clusterName, ClusterLibraryManagementOperation operation, com.azure.core.util.Context context) Library management operations on HDInsight on AKS cluster.com.azure.core.http.rest.PagedIterable<ClusterLibraryInner> Get all libraries of HDInsight on AKS cluster.com.azure.core.http.rest.PagedIterable<ClusterLibraryInner> list(String resourceGroupName, String clusterPoolName, String clusterName, Category category, com.azure.core.util.Context context) Get all libraries of HDInsight on AKS cluster.voidmanageLibraries(String resourceGroupName, String clusterPoolName, String clusterName, ClusterLibraryManagementOperation operation) Library management operations on HDInsight on AKS cluster.voidmanageLibraries(String resourceGroupName, String clusterPoolName, String clusterName, ClusterLibraryManagementOperation operation, com.azure.core.util.Context context) Library management operations on HDInsight on AKS cluster.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<ClusterLibraryInner> list(String resourceGroupName, String clusterPoolName, String clusterName, Category category) Get all libraries of HDInsight on AKS cluster.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.clusterPoolName- The name of the cluster pool.clusterName- The name of the HDInsight cluster.category- The system query option to filter libraries returned in the response. Allowed value is 'custom' or 'predefined'.- Returns:
- all libraries of HDInsight on AKS cluster as paginated response with
PagedIterable. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<ClusterLibraryInner> list(String resourceGroupName, String clusterPoolName, String clusterName, Category category, com.azure.core.util.Context context) Get all libraries of HDInsight on AKS cluster.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.clusterPoolName- The name of the cluster pool.clusterName- The name of the HDInsight cluster.category- The system query option to filter libraries returned in the response. Allowed value is 'custom' or 'predefined'.context- The context to associate with this operation.- Returns:
- all libraries of HDInsight on AKS cluster as paginated response with
PagedIterable. - Throws:
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.
-
beginManageLibraries
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>, Void> beginManageLibraries(String resourceGroupName, String clusterPoolName, String clusterName, ClusterLibraryManagementOperation operation) Library management operations on HDInsight on AKS cluster.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.clusterPoolName- The name of the cluster pool.clusterName- The name of the HDInsight cluster.operation- The library management operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
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.
-
beginManageLibraries
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>, Void> beginManageLibraries(String resourceGroupName, String clusterPoolName, String clusterName, ClusterLibraryManagementOperation operation, com.azure.core.util.Context context) Library management operations on HDInsight on AKS cluster.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.clusterPoolName- The name of the cluster pool.clusterName- The name of the HDInsight cluster.operation- The library management operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
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.
-
manageLibraries
void manageLibraries(String resourceGroupName, String clusterPoolName, String clusterName, ClusterLibraryManagementOperation operation) Library management operations on HDInsight on AKS cluster.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.clusterPoolName- The name of the cluster pool.clusterName- The name of the HDInsight cluster.operation- The library management operation.- Throws:
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.
-
manageLibraries
void manageLibraries(String resourceGroupName, String clusterPoolName, String clusterName, ClusterLibraryManagementOperation operation, com.azure.core.util.Context context) Library management operations on HDInsight on AKS cluster.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.clusterPoolName- The name of the cluster pool.clusterName- The name of the HDInsight cluster.operation- The library management operation.context- The context to associate with this operation.- Throws:
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.
-