Uses of Class
com.microsoft.azure.toolkit.lib.springcloud.model.SpringCloudDeploymentStatus
-
Packages that use SpringCloudDeploymentStatus Package Description com.microsoft.azure.toolkit.lib.springcloud.model -
-
Uses of SpringCloudDeploymentStatus in com.microsoft.azure.toolkit.lib.springcloud.model
Methods in com.microsoft.azure.toolkit.lib.springcloud.model that return SpringCloudDeploymentStatus Modifier and Type Method Description static SpringCloudDeploymentStatusSpringCloudDeploymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SpringCloudDeploymentStatus[]SpringCloudDeploymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-