To use this function add it to the class library file named PluginVCVirtualMachineService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: PluginVCVirtualMachineService.ts
Function: ReconfigureExtraConfig
private ReconfigureExtraConfig(objVcVirtualMachine: VcVirtualMachine, arrVcOptionValue: VcOptionValue[]): boolean {
let objVcVirtualMachineConfigSpec: VcVirtualMachineConfigSpec = new VcVirtualMachineConfigSpec();
objVcVirtualMachineConfigSpec.extraConfig = arrVcOptionValue;
let blnResult: boolean = this.Reconfigure(objVcVirtualMachine, objVcVirtualMachineConfigSpec);
return blnResult;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
