Uses of Class
com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterLibraryInner
Packages that use ClusterLibraryInner
Package
Description
Package containing the service clients for HDInsightContainersManagementClient.
Package containing the inner data models for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterLibraryInner in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent that return types with arguments of type ClusterLibraryInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterLibraryInner> ClusterLibrariesClient.list(String resourceGroupName, String clusterPoolName, String clusterName, Category category) Get all libraries of HDInsight on AKS cluster.com.azure.core.http.rest.PagedIterable<ClusterLibraryInner> ClusterLibrariesClient.list(String resourceGroupName, String clusterPoolName, String clusterName, Category category, com.azure.core.util.Context context) Get all libraries of HDInsight on AKS cluster. -
Uses of ClusterLibraryInner in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterLibraryInnerModifier and TypeMethodDescriptionstatic ClusterLibraryInnerClusterLibraryInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterLibraryInner from the JsonReader.ClusterLibraryInner.withProperties(ClusterLibraryProperties properties) Set the properties property: Properties of a library in the cluster. -
Uses of ClusterLibraryInner in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterLibraryInnerModifier and TypeMethodDescriptionClusterLibrary.innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterLibraryInner object.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterLibraryInnerModifier and TypeMethodDescriptionClusterLibraryManagementOperationProperties.libraries()Get the libraries property: The libraries to be installed/updated/uninstalled.ClusterLibraryList.value()Get the value property: Collection of libraries in the cluster.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ClusterLibraryInnerModifier and TypeMethodDescriptionClusterLibraryManagementOperationProperties.withLibraries(List<ClusterLibraryInner> libraries) Set the libraries property: The libraries to be installed/updated/uninstalled.ClusterLibraryList.withValue(List<ClusterLibraryInner> value) Set the value property: Collection of libraries in the cluster.