Class ServicesDeploymentStatus
Defined in File ServiceStatus.h
Class Documentation
-
class ServicesDeploymentStatus
Store information about the current service deployment.
Public Members
-
csp::common::String Version
The version identifier of the service container or deployment package.
Typically reflects the software release version (e.g., “{Major}.{Minor}.{Patch}[-{Prerelease Tag}][+{Build Number}]”).
-
csp::common::Array<ServiceStatus> Services
A list of services available in the current deployment, with their metadata and API versions.
-
csp::common::String Version