LabArgs

constructor(announcement: Output<LabAnnouncementPropertiesArgs>? = null, environmentPermission: Output<Either<String, EnvironmentPermission>>? = null, extendedProperties: Output<Map<String, String>>? = null, labStorageType: Output<Either<String, StorageType>>? = null, location: Output<String>? = null, mandatoryArtifactsResourceIdsLinux: Output<List<String>>? = null, mandatoryArtifactsResourceIdsWindows: Output<List<String>>? = null, name: Output<String>? = null, premiumDataDisks: Output<Either<String, PremiumDataDisk>>? = null, resourceGroupName: Output<String>? = null, support: Output<LabSupportPropertiesArgs>? = null, tags: Output<Map<String, String>>? = null)