Uses of Class
com.azure.resourcemanager.cdn.models.DeploymentStatus
Packages that use DeploymentStatus
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of DeploymentStatus in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return DeploymentStatusModifier and TypeMethodDescriptionAfdDomainInner.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.AfdDomainProperties.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.AfdEndpointInner.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.AfdEndpointProperties.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.AfdOriginGroupInner.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.AfdOriginGroupProperties.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.AfdOriginInner.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.AfdOriginProperties.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.RouteInner.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.RouteProperties.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.RuleInner.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.RuleProperties.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.RuleSetInner.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.SecretInner.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.SecurityPolicyInner.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property. -
Uses of DeploymentStatus in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models 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.azure.resourcemanager.cdn.models that return DeploymentStatusModifier and TypeMethodDescriptionAfdStateProperties.deploymentStatus()Get the deploymentStatus property: The deploymentStatus property.static DeploymentStatusDeploymentStatus.fromString(String name) Creates or finds a DeploymentStatus from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type DeploymentStatusModifier and TypeMethodDescriptionstatic Collection<DeploymentStatus>DeploymentStatus.values()Gets known DeploymentStatus values.