Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterLibraryManagementOperationProperties
Packages that use ClusterLibraryManagementOperationProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterLibraryManagementOperationProperties in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterLibraryManagementOperationPropertiesModifier and TypeClassDescriptionfinal classProperties of a library management operation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterLibraryManagementOperationPropertiesModifier and TypeMethodDescriptionClusterLibraryManagementOperationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterLibraryManagementOperationProperties from the JsonReader.ClusterLibraryManagementOperation.properties()Get the properties property: Properties of a library management operation.ClusterLibraryManagementOperationProperties.withAction(LibraryManagementAction action) Set the action property: The library management action.ClusterLibraryManagementOperationProperties.withLibraries(List<ClusterLibraryInner> libraries) Set the libraries property: The libraries to be installed/updated/uninstalled.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterLibraryManagementOperationPropertiesModifier and TypeMethodDescriptionClusterLibraryManagementOperation.withProperties(ClusterLibraryManagementOperationProperties properties) Set the properties property: Properties of a library management operation.