Xbasic
AlphaCloud::ClientGetApplicationDeployment Method
Syntax
.GetApplicationDeployment as L (BYREF ApplicationDeployment as P, ApplicationDeploymentName as C)
Arguments
- BYREF ApplicationDeploymentPointer
The variable the function returns the application deployment in.
- ApplicationDeploymentNameCharacter
The name of the deployment to retrieve.
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
GetApplicationDeployment retrieves the properties of an application deployment.