Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.CurrentClusterAksVersionStatus
Packages that use CurrentClusterAksVersionStatus
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of CurrentClusterAksVersionStatus in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type CurrentClusterAksVersionStatus 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 CurrentClusterAksVersionStatusModifier and TypeFieldDescriptionstatic final CurrentClusterAksVersionStatusCurrentClusterAksVersionStatus.DEPRECATEDStatic value Deprecated for CurrentClusterAksVersionStatus.static final CurrentClusterAksVersionStatusCurrentClusterAksVersionStatus.SUPPORTEDStatic value Supported for CurrentClusterAksVersionStatus.Methods in com.azure.resourcemanager.hdinsight.containers.models that return CurrentClusterAksVersionStatusModifier and TypeMethodDescriptionClusterAvailableUpgradeAksPatchUpgradeProperties.currentVersionStatus()Get the currentVersionStatus property: Current AKS version's status: whether it is deprecated or supported.CurrentClusterAksVersionStatus.fromString(String name) Creates or finds a CurrentClusterAksVersionStatus from its string representation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type CurrentClusterAksVersionStatusModifier and TypeMethodDescriptionCurrentClusterAksVersionStatus.values()Gets known CurrentClusterAksVersionStatus values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type CurrentClusterAksVersionStatusModifier and TypeMethodDescriptionClusterAvailableUpgradeAksPatchUpgradeProperties.withCurrentVersionStatus(CurrentClusterAksVersionStatus currentVersionStatus) Set the currentVersionStatus property: Current AKS version's status: whether it is deprecated or supported.