Uses of Class
com.microsoft.azure.management.cdn.DeploymentStatus
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of DeploymentStatus in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final DeploymentStatus
DeploymentStatus.FAILED
Static value Failed for DeploymentStatus.static final DeploymentStatus
DeploymentStatus.IN_PROGRESS
Static value InProgress for DeploymentStatus.static final DeploymentStatus
DeploymentStatus.NOT_STARTED
Static value NotStarted for DeploymentStatus.static final DeploymentStatus
DeploymentStatus.SUCCEEDED
Static value Succeeded for DeploymentStatus.Modifier and TypeMethodDescriptionAFDStateProperties.deploymentStatus()
Get possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'.static DeploymentStatus
DeploymentStatus.fromString
(String name) Creates or finds a DeploymentStatus from its string representation.