LabArgs

constructor(autoShutdownProfile: Output<AutoShutdownProfileArgs>? = null, connectionProfile: Output<ConnectionProfileArgs>? = null, description: Output<String>? = null, labName: Output<String>? = null, labPlanId: Output<String>? = null, location: Output<String>? = null, networkProfile: Output<LabNetworkProfileArgs>? = null, resourceGroupName: Output<String>? = null, rosterProfile: Output<RosterProfileArgs>? = null, securityProfile: Output<SecurityProfileArgs>? = null, tags: Output<Map<String, String>>? = null, title: Output<String>? = null, virtualMachineProfile: Output<VirtualMachineProfileArgs>? = null)