Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.LibraryManagementAction
Packages that use LibraryManagementAction
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of LibraryManagementAction in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type LibraryManagementAction in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classThe library management action.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as LibraryManagementActionModifier and TypeFieldDescriptionstatic final LibraryManagementActionLibraryManagementAction.INSTALLStatic value Install for LibraryManagementAction.static final LibraryManagementActionLibraryManagementAction.UNINSTALLStatic value Uninstall for LibraryManagementAction.Methods in com.azure.resourcemanager.hdinsight.containers.models that return LibraryManagementActionModifier and TypeMethodDescriptionClusterLibraryManagementOperationProperties.action()Get the action property: The library management action.static LibraryManagementActionLibraryManagementAction.fromString(String name) Creates or finds a LibraryManagementAction from its string representation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type LibraryManagementActionModifier and TypeMethodDescriptionstatic Collection<LibraryManagementAction> LibraryManagementAction.values()Gets known LibraryManagementAction values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type LibraryManagementActionModifier and TypeMethodDescriptionClusterLibraryManagementOperationProperties.withAction(LibraryManagementAction action) Set the action property: The library management action.