To use this function add it to the class library file named PluginVRAService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: PluginVRAService.ts
Description: Orchestrator Function to Get All vRA Block Devices
Public Function: VraBlockDeviceGetAll
public VraBlockDeviceGetAll(objVraHost: VraHost, strFilter: string = ""): VraBlockDevice[] {
let arrVraBlockDevice: VraBlockDevice[] = VraEntitiesFinder.getBlockDevices(objVraHost, strFilter)
return arrVraBlockDevice;
}TypeScriptDiscover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
