This is a sample of how to create service which extends the OrchestratorBaseService using the Build Tools.
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginPSHService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginPSHServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginPSH");
}
}Class Functions:
- Orchestrator Function: Add a PowerShell Host
- Orchestrator Function: Server Find All For Type ( PowerShell )
- Orchestrator Function: Server Find For Type ( PowerShell )
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
