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: OrchestratorPluginF5Service.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginF5ServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginF5");
}
}Class Functions:
- Orchestrator Function: Server Find All For Type ( F5 )
- Orchestrator Function: Server Find For Type ( F5 )
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
