Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.CurrentClusterPoolAksVersionStatus
Packages that use CurrentClusterPoolAksVersionStatus
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of CurrentClusterPoolAksVersionStatus in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type CurrentClusterPoolAksVersionStatus in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classCurrent AKS version's status: whether it is deprecated or supported.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as CurrentClusterPoolAksVersionStatusModifier and TypeFieldDescriptionstatic final CurrentClusterPoolAksVersionStatusCurrentClusterPoolAksVersionStatus.DEPRECATEDStatic value Deprecated for CurrentClusterPoolAksVersionStatus.static final CurrentClusterPoolAksVersionStatusCurrentClusterPoolAksVersionStatus.SUPPORTEDStatic value Supported for CurrentClusterPoolAksVersionStatus.Methods in com.azure.resourcemanager.hdinsight.containers.models that return CurrentClusterPoolAksVersionStatusModifier and TypeMethodDescriptionClusterPoolAvailableUpgradeAksPatchUpgradeProperties.currentVersionStatus()Get the currentVersionStatus property: Current AKS version's status: whether it is deprecated or supported.CurrentClusterPoolAksVersionStatus.fromString(String name) Creates or finds a CurrentClusterPoolAksVersionStatus from its string representation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type CurrentClusterPoolAksVersionStatusModifier and TypeMethodDescriptionCurrentClusterPoolAksVersionStatus.values()Gets known CurrentClusterPoolAksVersionStatus values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type CurrentClusterPoolAksVersionStatusModifier and TypeMethodDescriptionClusterPoolAvailableUpgradeAksPatchUpgradeProperties.withCurrentVersionStatus(CurrentClusterPoolAksVersionStatus currentVersionStatus) Set the currentVersionStatus property: Current AKS version's status: whether it is deprecated or supported.