deploymentStatus property
If this configuration set is associated with an environment, the
DeploymentStatus parameter indicates the deployment status of
this configuration set:
-
null: This configuration is not associated with a running environment. -
pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed: This is the configuration that is currently deployed to the associated running environment. -
failed: This is a draft configuration that failed to successfully deploy.
Implementation
final ConfigurationDeploymentStatus? deploymentStatus;