Uses of Class
com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterPoolUpgradeHistoryInner
Packages that use ClusterPoolUpgradeHistoryInner
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 ClusterPoolUpgradeHistoryInner in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent that return types with arguments of type ClusterPoolUpgradeHistoryInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterPoolUpgradeHistoryInner> Returns a list of upgrade history.com.azure.core.http.rest.PagedIterable<ClusterPoolUpgradeHistoryInner> ClusterPoolUpgradeHistoriesClient.list(String resourceGroupName, String clusterPoolName, com.azure.core.util.Context context) Returns a list of upgrade history. -
Uses of ClusterPoolUpgradeHistoryInner in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterPoolUpgradeHistoryInnerModifier and TypeMethodDescriptionClusterPoolUpgradeHistoryInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolUpgradeHistoryInner from the JsonReader.ClusterPoolUpgradeHistoryInner.withProperties(ClusterPoolUpgradeHistoryProperties properties) Set the properties property: Properties of cluster pool upgrade history. -
Uses of ClusterPoolUpgradeHistoryInner in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolUpgradeHistoryInnerModifier and TypeMethodDescriptionClusterPoolUpgradeHistory.innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterPoolUpgradeHistoryInner object.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterPoolUpgradeHistoryInnerModifier and TypeMethodDescriptionClusterPoolUpgradeHistoryListResult.value()Get the value property: The list of cluster pool upgrade history.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ClusterPoolUpgradeHistoryInnerModifier and TypeMethodDescriptionClusterPoolUpgradeHistoryListResult.withValue(List<ClusterPoolUpgradeHistoryInner> value) Set the value property: The list of cluster pool upgrade history.