Uses of Class
com.microsoft.azure.management.cdn.DeploymentStatus
Packages that use DeploymentStatus
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of DeploymentStatus in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as DeploymentStatusModifier and TypeFieldDescriptionstatic final DeploymentStatusDeploymentStatus.FAILEDStatic value Failed for DeploymentStatus.static final DeploymentStatusDeploymentStatus.IN_PROGRESSStatic value InProgress for DeploymentStatus.static final DeploymentStatusDeploymentStatus.NOT_STARTEDStatic value NotStarted for DeploymentStatus.static final DeploymentStatusDeploymentStatus.SUCCEEDEDStatic value Succeeded for DeploymentStatus.Methods in com.microsoft.azure.management.cdn that return DeploymentStatusModifier and TypeMethodDescriptionAFDStateProperties.deploymentStatus()Get possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'.static DeploymentStatusDeploymentStatus.fromString(String name) Creates or finds a DeploymentStatus from its string representation.Methods in com.microsoft.azure.management.cdn that return types with arguments of type DeploymentStatus