Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterLibraryProperties
Packages that use ClusterLibraryProperties
Package
Description
Package containing the inner data models for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterLibraryProperties in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterLibraryPropertiesModifier and TypeMethodDescriptionClusterLibraryInner.properties()Get the properties property: Properties of a library in the cluster.Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models with parameters of type ClusterLibraryPropertiesModifier and TypeMethodDescriptionClusterLibraryInner.withProperties(ClusterLibraryProperties properties) Set the properties property: Properties of a library in the cluster. -
Uses of ClusterLibraryProperties in com.azure.resourcemanager.hdinsight.containers.models
Modifier and TypeClassDescriptionfinal classProperties of a Maven library in the cluster.final classProperties of a PyPi library in the cluster.Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterLibraryPropertiesModifier and TypeClassDescriptionclassProperties of a library in the cluster.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterLibraryPropertiesModifier and TypeMethodDescriptionstatic ClusterLibraryPropertiesClusterLibraryProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterLibraryProperties from the JsonReader.ClusterLibrary.properties()Gets the properties property: Properties of a library in the cluster.ClusterLibraryProperties.withRemarks(String remarks) Set the remarks property: Remark of the latest library management operation.