Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.Status
Packages that use Status
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of Status in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type Status in com.azure.resourcemanager.hdinsight.containers.modelsFields in com.azure.resourcemanager.hdinsight.containers.models declared as StatusModifier and TypeFieldDescriptionstatic final StatusStatus.INSTALL_FAILEDStatic value INSTALL_FAILED for Status.static final StatusStatus.INSTALLEDStatic value INSTALLED for Status.static final StatusStatus.INSTALLINGStatic value INSTALLING for Status.static final StatusStatus.UNINSTALL_FAILEDStatic value UNINSTALL_FAILED for Status.static final StatusStatus.UNINSTALLINGStatic value UNINSTALLING for Status.Methods in com.azure.resourcemanager.hdinsight.containers.models that return StatusModifier and TypeMethodDescriptionstatic StatusStatus.fromString(String name) Creates or finds a Status from its string representation.ClusterLibraryProperties.status()Get the status property: Status of the library.MavenLibraryProperties.status()Get the status property: Status of the library.PyPiLibraryProperties.status()Get the status property: Status of the library.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type StatusModifier and TypeMethodDescriptionstatic Collection<Status> Status.values()Gets known Status values.