Lab Args
constructor(autoShutdown: Output<LabAutoShutdownArgs>? = null, connectionSetting: Output<LabConnectionSettingArgs>? = null, description: Output<String>? = null, labPlanId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, network: Output<LabNetworkArgs>? = null, resourceGroupName: Output<String>? = null, roster: Output<LabRosterArgs>? = null, security: Output<LabSecurityArgs>? = null, tags: Output<Map<String, String>>? = null, title: Output<String>? = null, virtualMachine: Output<LabVirtualMachineArgs>? = null)