Uses of Class
com.azure.resourcemanager.appplatform.models.DeploymentResourceStatus
Packages that use DeploymentResourceStatus
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of DeploymentResourceStatus in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as DeploymentResourceStatusModifier and TypeFieldDescriptionstatic final DeploymentResourceStatusDeploymentResourceStatus.RUNNINGStatic value Running for DeploymentResourceStatus.static final DeploymentResourceStatusDeploymentResourceStatus.STOPPEDStatic value Stopped for DeploymentResourceStatus.Methods in com.azure.resourcemanager.appplatform.models that return DeploymentResourceStatusModifier and TypeMethodDescriptionstatic DeploymentResourceStatusDeploymentResourceStatus.fromString(String name) Creates or finds a DeploymentResourceStatus from its string representation.DeploymentResourceProperties.status()Get the status property: Status of the Deployment.SpringAppDeployment.status()Gets the status of the deployment.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type DeploymentResourceStatusModifier and TypeMethodDescriptionstatic Collection<DeploymentResourceStatus> DeploymentResourceStatus.values()Gets known DeploymentResourceStatus values.