To use this function add it to the class library file named OrchestratorPluginSQLService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginSQLService.ts
Description: Orchestrator Function to Remove an SQL Database
Public Function: GetSupportedDatabaseTypes
public GetSupportedDatabaseTypes(): string[] {
return SQLDatabaseManager.getSupportedDatabaseTypes();
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
