To use this function add it to the class library file named OrchestratorPluginVRAService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginVRAService.ts
Description: Orchestrator Function to Create a vRA Cloud Zone Service
Private Function: VraCloudZoneServiceCreate
privateVraCloudZoneServiceCreate(objVraHost:VraHost):VraCloudZoneService{
letobjVraInfrastructureClient:VraInfrastructureClient=objVraHost.createInfrastructureClient();
letobjVraCloudZoneService:VraCloudZoneService=objVraInfrastructureClient.createCloudZoneService();
returnobjVraCloudZoneService;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
