Orchestrator Interface: DynamicTypes

by Simon Sparks · October 1, 2025

Over the course of the next 12 months I will be adding functions to this page so bookmark it and come back regularly for new cool features and updates.

GitHub Repository: https://github.com/SimonSparksUK/Orchestrator

Filename: Type_Orchestrator_DynamicTypes.d.ts

interface DynamicTypeVMGroup {
    ID?: string,
    Name: string,
    Description: string,
    VirtualMachines: Properties,
    ProjectID: string
}

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like