To use this function add it to the class library file named vCenterServerService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: vCenterServerService.ts
Function: VcVirtualMachineGetVcVirtualCdroms
publicVcVirtualMachineGetVcVirtualCdroms(objVcVirtualMachine:VcVirtualMachine):VcVirtualCdrom[]{
letarrVcVirtualCdrom:VcVirtualCdrom[]=this.VcVirtualMachineGetAllVcVirtualDevicesByType<VcVirtualCdrom>(objVcVirtualMachine);
arrVcVirtualCdrom=this.VcManagedEntitySort(arrVcVirtualCdrom,SortOrder.Forward,"unitNumber");
returnarrVcVirtualCdrom;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
