To use this function add it to the class library file named OrchestratorPluginF5Service.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginF5Service.ts
Description: Orchestrator Function to Create an F5 Networks Ltm Monitor SMB.
Public Function: createLtmMonitorSmb
publiccreateLtmMonitorSmb(objF5NetworksLtm:F5NetworksLtm,intTransactionID:number,objProperties:Properties):F5NetworksLtmMonitorSmb{
letstrJson:string=JSON.stringify(objProperties);
letobjF5NetworksLtmMonitorSmb:F5NetworksLtmMonitorSmb=objF5NetworksLtm.createLtmMonitorSmb(strJson,intTransactionID);
returnobjF5NetworksLtmMonitorSmb;
}TypeScriptDiscover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
