Pool Args
constructor(devBoxDefinitionName: Output<String>? = null, displayName: Output<String>? = null, licenseType: Output<Either<String, LicenseType>>? = null, localAdministrator: Output<Either<String, LocalAdminStatus>>? = null, location: Output<String>? = null, managedVirtualNetworkRegions: Output<List<String>>? = null, networkConnectionName: Output<String>? = null, poolName: Output<String>? = null, projectName: Output<String>? = null, resourceGroupName: Output<String>? = null, singleSignOnStatus: Output<Either<String, SingleSignOnStatus>>? = null, stopOnDisconnect: Output<StopOnDisconnectConfigurationArgs>? = null, tags: Output<Map<String, String>>? = null, virtualNetworkType: Output<Either<String, VirtualNetworkType>>? = null)