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