Uses of Class
com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterPoolAvailableUpgradeInner
Packages that use ClusterPoolAvailableUpgradeInner
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 ClusterPoolAvailableUpgradeInner in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent that return types with arguments of type ClusterPoolAvailableUpgradeInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterPoolAvailableUpgradeInner> List a cluster pool available upgrade.com.azure.core.http.rest.PagedIterable<ClusterPoolAvailableUpgradeInner> ClusterPoolAvailableUpgradesClient.list(String resourceGroupName, String clusterPoolName, com.azure.core.util.Context context) List a cluster pool available upgrade. -
Uses of ClusterPoolAvailableUpgradeInner in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterPoolAvailableUpgradeInnerModifier and TypeMethodDescriptionClusterPoolAvailableUpgradeInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolAvailableUpgradeInner from the JsonReader.ClusterPoolAvailableUpgradeInner.withProperties(ClusterPoolAvailableUpgradeProperties properties) Set the properties property: Gets or sets the properties. -
Uses of ClusterPoolAvailableUpgradeInner in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolAvailableUpgradeInnerModifier and TypeMethodDescriptionClusterPoolAvailableUpgrade.innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterPoolAvailableUpgradeInner object.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterPoolAvailableUpgradeInnerModifier and TypeMethodDescriptionClusterPoolAvailableUpgradeList.value()Get the value property: Collection of cluster pool available upgrade.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ClusterPoolAvailableUpgradeInnerModifier and TypeMethodDescriptionClusterPoolAvailableUpgradeList.withValue(List<ClusterPoolAvailableUpgradeInner> value) Set the value property: Collection of cluster pool available upgrade.