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