Xbasic
AlphaCloud::ClientSetApplicationDeploymentStatus Method
Syntax
.SetApplicationDeploymentStatus as L (DeploymentName as C, Status as C)
Arguments
- DeploymentNameCharacter
The name of the deployment to set the status for.
- StatusCharacter
The status to set.
Valid values include:
- Active
- Disabled
Returns
- resultLogical
Returns .t. if the function call succeeded and .f. if it failed. Look at the CallResult property to determine the cause of a failure.
Description
SetApplicationDeploymentStatus sets the status for an application deployment belonging to the current subscription, account and application.